diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-04-08 16:17:21 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-04-08 16:17:21 -0400 |
commit | 5ab0b4c11449fd1db1aa444e3bd9ef78393721af (patch) | |
tree | 3862531b06cdfbf4b3089f4a1bd8fd0c0deaac8e /gnu | |
parent | 21fad13fffa3b90fdd004c6c5514ae5dfec17492 (diff) | |
download | guix-5ab0b4c11449fd1db1aa444e3bd9ef78393721af.tar.gz guix-5ab0b4c11449fd1db1aa444e3bd9ef78393721af.zip |
gnu: guile-next: Update to commit db7efa5.
* gnu/packages/guile.scm (guile-next): Update to commit db7efa5.
Change-Id: Ia9629b4494b9d8968d9caa1b6c6ce362ee24a24d
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 3476af2a51..e27801eeb7 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 "fb1f5e28b1a575247fd16184b1c83b8838b09716")) + (commit "db7efa5d204b2e46ce9eb82f417d8c12d394858d")) (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 - "1lcc6sz0f3x253pr4a0fggsfkaxmxxw63cspfm2mjis6h82g6jxm")))) + "1mg7pd0ya7i9swgnb38ay99cjwiw61ni0ypyywjrpv6iyvmx8m8q")))) (arguments (substitute-keyword-arguments (package-arguments guile-3.0) ((#:phases phases '%standard-phases) |