cbaines pushed a commit to branch master
in repository guix.
commit 55cccab43a6ef0509eedf2de23eaf00160ddbd81
Author: Christopher Baines <[email protected]>
AuthorDate: Mon Jun 19 15:05:18 2023 +0100
gnu: guile-next: Update to 3.0.9-0.aa2cfe7.
* gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.aa2cfe7.
---
gnu/packages/guile.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 292ee10bcb..48bee600a9 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -432,9 +432,9 @@ without requiring the source code to be rewritten.")
; when heavily loaded)
(define-public guile-next
- (let ((version "3.0.8")
+ (let ((version "3.0.9")
(revision "0")
- (commit "a1a85581f17dade76a598b48eac7d3d308e3a0a5"))
+ (commit "aa2cfe7cf69327285a17de97682d696f2f6c43ef"))
(package
(inherit guile-3.0)
(name "guile-next")
@@ -448,7 +448,7 @@ without requiring the source code to be rewritten.")
(file-name (git-file-name name version))
(sha256
(base32
- "1l5zkg0wpchyizq8s4615hkj0n0i029l72k3pq2hha89r3bcn8al"))))
+ "03xwy3ni85qy0lrvz0lk0488394nfsfc1004l84lgyzql2qwkynl"))))
(arguments
(substitute-keyword-arguments (package-arguments guile-3.0)
((#:phases phases '%standard-phases)