1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: guile-next: Update to 3.0.10-1.402e0df.

* gnu/packages/guile.scm (guile-next): Update to 3.0.10-1.402e0df.

Change-Id: I935fd081de1b6f230a672efe4b0346d446b7acc9
This commit is contained in:
Zheng Junjie
2025-03-07 01:00:09 +08:00
parent e028858660
commit 73afed114e
+3 -3
View File
@@ -481,8 +481,8 @@ without requiring the source code to be rewritten.")
(define-public guile-next
(let ((version "3.0.10")
(revision "0")
(commit "5d3f561d7dbcee370dc764cd5ba4210c62ce13de"))
(revision "1")
(commit "402e0dfa33f442ad238a0f82a332efa438538840"))
(package
(inherit guile-3.0)
(name "guile-next")
@@ -496,7 +496,7 @@ without requiring the source code to be rewritten.")
(file-name (git-file-name name version))
(sha256
(base32
"1k2brrff9ygikcm7s6bp5yii72a0jihxd67wgszzqkwbjhyk9acb"))))
"1l3xzv7kygdb7ca6nzayg9ingn7d5d9xsjlv1r7y7819axx3457f"))))
(arguments
(substitute-keyword-arguments (package-arguments guile-3.0)
((#:phases phases '%standard-phases)