me
/
guix
Archived
1
0
Fork 0

gnu: guile-next: Update to c2cba86.

* gnu/packages/guile.scm (guile-next): Update to c2cba86.
master
Janneke Nieuwenhuizen 2023-09-01 19:45:19 +02:00
parent f6023509ff
commit a88da4199c
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
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 "aa2cfe7cf69327285a17de97682d696f2f6c43ef"))
(commit "c2cba86785a34351788f52ea4fccf9f10f3a1dee"))
(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
"03xwy3ni85qy0lrvz0lk0488394nfsfc1004l84lgyzql2qwkynl"))))
"1k0dkmyf9s4iynjj2qm0szqfpfd3b07cpj0fay14iwbidkrqndzf"))))
(arguments
(substitute-keyword-arguments (package-arguments guile-3.0)
((#:phases phases '%standard-phases)