guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: guile-next: Update to 2.9.7.


From: guix-commits
Subject: 03/03: gnu: guile-next: Update to 2.9.7.
Date: Fri, 13 Dec 2019 12:04:11 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 085bdfd09266cc0a6255c75821feb2b2ee58f761
Author: Ludovic Courtès <address@hidden>
Date:   Fri Dec 13 18:00:44 2019 +0100

    gnu: guile-next: Update to 2.9.7.
    
    * gnu/packages/guile.scm (guile-next): Update to 2.9.7.
---
 gnu/packages/guile.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 9df008c..5a5d1af 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -288,14 +288,14 @@ without requiring the source code to be rewritten.")
   (package
     (inherit guile-2.2)
     (name "guile-next")
-    (version "2.9.6")
+    (version "2.9.7")
     (source (origin
               (inherit (package-source guile-2.2))
               (uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "09rihg5bhzhdk6hfkpav6ajny69dflabgvnm8r7lran723gy5vbf"))))
+                "1dskpj8a2gl3h8si4virq8z4y06v9ywyadfa92gn2fiip2qmkw0d"))))
     (native-search-paths
      (list (search-path-specification
             (variable "GUILE_LOAD_PATH")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]