diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-11-28 13:30:35 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-11-28 14:29:20 -0500 |
commit | cd46757c1a0f886848fbb6828c028dd2a2532767 (patch) | |
tree | 6646b0420173997106355b0370b519e9338c334a /gnu | |
parent | 62376e3eb67644454bc655bed56be4be965bd13e (diff) | |
download | guix-cd46757c1a0f886848fbb6828c028dd2a2532767.tar.gz |
gnu: guile-next: Update to commit d8df317.
* gnu/packages/guile.scm (guile-next): Update to commit d8df317. Change-Id: I80efe5221183f694f3e7ff85232dcce136a30ccb
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/guile.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index ac917fa9b2..9169c09648 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 "79e836b8cc601a1259c934000a953a8d739ddd6f")) + (commit "d8df317bafcdd9fcfebb636433c4871f2fab28b2")) (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 - "0s90khsdbvrkykp58izkvyxf8jciggdapm29dc3lzk3s1shajlgm")))) + "0g294vnc5xkaq5vqh9hkh793mybkr17yqwh0fc46alnwxgpgjy5n")))) (arguments (substitute-keyword-arguments (package-arguments guile-3.0) ((#:phases phases '%standard-phases) |