summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-04-30 10:24:32 -0400
committerDavid Thompson <dthompson2@worcester.edu>2024-04-30 10:24:32 -0400
commitb1365a032613e7756aca892a7422fda0b26b0627 (patch)
tree656f8937416576323d8a24e0acbef8a73496eedf
parentdf3d30819e650a490ef39dd6692740bb13263c75 (diff)
gnu: guile-next: Update to commit 3b76a30.
* gnu/packages/guile.scm (guile-next): Update to commit 3b76a30. Change-Id: I9af6593f6a7f2babdac19201bd1be541ea78e8e5
-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 58a044fa9d..d9160acf36 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 "db7efa5d204b2e46ce9eb82f417d8c12d394858d"))
+ (commit "3b76a30e3ca1f0b7ee7944836c2fc5660596b3bd"))
(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
- "1mg7pd0ya7i9swgnb38ay99cjwiw61ni0ypyywjrpv6iyvmx8m8q"))))
+ "1cgyjz1x8zpfhsw8gsqkak1lnmi780gps6874ks0bi8dwk0lwx6f"))))
(arguments
(substitute-keyword-arguments (package-arguments guile-3.0)
((#:phases phases '%standard-phases)