1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: guile-next: Update to 3.0.9-0.79e836b.

* gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.79e836b.
This commit is contained in:
David Thompson
2023-10-13 19:29:09 -04:00
parent 8aad7210ea
commit 8e8d20b6b3

View File

@@ -457,7 +457,7 @@ without requiring the source code to be rewritten.")
(define-public guile-next
(let ((version "3.0.9")
(revision "0")
(commit "c2cba86785a34351788f52ea4fccf9f10f3a1dee"))
(commit "79e836b8cc601a1259c934000a953a8d739ddd6f"))
(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
"1k0dkmyf9s4iynjj2qm0szqfpfd3b07cpj0fay14iwbidkrqndzf"))))
"0s90khsdbvrkykp58izkvyxf8jciggdapm29dc3lzk3s1shajlgm"))))
(arguments
(substitute-keyword-arguments (package-arguments guile-3.0)
((#:phases phases '%standard-phases)