me
/
guix
Archived
1
0
Fork 0

gnu: guile-next: Update to commit fb1f5e2.

* gnu/packages/guile.scm (guile-next): Update to commit fb1f5e2.

Change-Id: Ia699bf7bf950b8780366146508eec566a738fb80
master
David Thompson 2024-01-29 13:38:35 -05:00
parent 21e4d6cd69
commit 370b79b4f5
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807
1 changed files with 2 additions and 2 deletions

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 "d8df317bafcdd9fcfebb636433c4871f2fab28b2"))
(commit "fb1f5e28b1a575247fd16184b1c83b8838b09716"))
(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
"0g294vnc5xkaq5vqh9hkh793mybkr17yqwh0fc46alnwxgpgjy5n"))))
"1lcc6sz0f3x253pr4a0fggsfkaxmxxw63cspfm2mjis6h82g6jxm"))))
(arguments
(substitute-keyword-arguments (package-arguments guile-3.0)
((#:phases phases '%standard-phases)