summary refs log tree commit diff
path: root/gnu/packages/guile.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-08-26 11:17:32 +0200
committerLudovic Courtès <ludo@gnu.org>2019-08-26 13:40:46 +0200
commit2ae1c7528d19c61a10f6e3ddfee831ad3fd34e20 (patch)
tree86f107aa38692429189c154a54deb6396e491c68 /gnu/packages/guile.scm
parent94b98ef7a089d7a5720a9af2369dc994eb7ffe9d (diff)
downloadguix-2ae1c7528d19c61a10f6e3ddfee831ad3fd34e20.tar.gz
gnu: guile-next: Update to 2.9.4.
* gnu/packages/guile.scm (guile-next): Update to 2.9.4.
Diffstat (limited to 'gnu/packages/guile.scm')
-rw-r--r--gnu/packages/guile.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index b8a53824b4..5683ebd2fc 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -303,14 +303,14 @@ without requiring the source code to be rewritten.")
   (package
     (inherit guile-2.2)
     (name "guile-next")
-    (version "2.9.3")
+    (version "2.9.4")
     (source (origin
               (inherit (package-source guile-2.2))
               (uri (string-append "ftp://alpha.gnu.org/gnu/guile/guile-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "14990wcpysgw58kij03wbgiggmi5z94jmy7wdcqnn6ny7cimkkgr"))))
+                "1milviqhipyfx400pqhngxpxyajalzwmp597dxn5514pkk0g7v0p"))))
     (native-search-paths
      (list (search-path-specification
             (variable "GUILE_LOAD_PATH")