summary refs log tree commit diff
path: root/gnu/packages/guile.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-01-29 13:38:35 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-01-29 13:38:35 -0500
commit370b79b4f5e6b8b05948e543678e263b38e51c0c (patch)
tree17f531907f5c8d6721cd418d468f693e1f0be210 /gnu/packages/guile.scm
parent21e4d6cd6913eca131f2c0fd0cd509fc843c7eb8 (diff)
downloadguix-370b79b4f5e6b8b05948e543678e263b38e51c0c.tar.gz
gnu: guile-next: Update to commit fb1f5e2.
* gnu/packages/guile.scm (guile-next): Update to commit fb1f5e2.

Change-Id: Ia699bf7bf950b8780366146508eec566a738fb80
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 9169c09648..42f5bb6794 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -457,7 +457,7 @@ without requiring the source code to be rewritten.")
 (define-public guile-next
   (let ((version "3.0.9")
         (revision "0")
-        (commit "d8df317bafcdd9fcfebb636433c4871f2fab28b2"))
+        (commit "fb1f5e28b1a575247fd16184b1c83b8838b09716"))
     (package
       (inherit guile-3.0)
       (name "guile-next")
@@ -471,7 +471,7 @@ without requiring the source code to be rewritten.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0g294vnc5xkaq5vqh9hkh793mybkr17yqwh0fc46alnwxgpgjy5n"))))
+                  "1lcc6sz0f3x253pr4a0fggsfkaxmxxw63cspfm2mjis6h82g6jxm"))))
       (arguments
        (substitute-keyword-arguments (package-arguments guile-3.0)
          ((#:phases phases '%standard-phases)