mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-next: Update to 3.0.10-0.5d3f561.
* gnu/packages/guile.scm (guile-next): Update to 3.0.10-0.5d3f561. Change-Id: I07f5fb59327940d8c797770aff7b825788d6315b
This commit is contained in:
parent
1372680cd9
commit
98f894e05f
1 changed files with 3 additions and 6 deletions
|
@ -480,9 +480,9 @@ without requiring the source code to be rewritten.")
|
||||||
; when heavily loaded)
|
; when heavily loaded)
|
||||||
|
|
||||||
(define-public guile-next
|
(define-public guile-next
|
||||||
(let ((version "3.0.9")
|
(let ((version "3.0.10")
|
||||||
(revision "0")
|
(revision "0")
|
||||||
(commit "3b76a30e3ca1f0b7ee7944836c2fc5660596b3bd"))
|
(commit "5d3f561d7dbcee370dc764cd5ba4210c62ce13de"))
|
||||||
(package
|
(package
|
||||||
(inherit guile-3.0)
|
(inherit guile-3.0)
|
||||||
(name "guile-next")
|
(name "guile-next")
|
||||||
|
@ -496,7 +496,7 @@ without requiring the source code to be rewritten.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cgyjz1x8zpfhsw8gsqkak1lnmi780gps6874ks0bi8dwk0lwx6f"))))
|
"1k2brrff9ygikcm7s6bp5yii72a0jihxd67wgszzqkwbjhyk9acb"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guile-3.0)
|
(substitute-keyword-arguments (package-arguments guile-3.0)
|
||||||
((#:phases phases '%standard-phases)
|
((#:phases phases '%standard-phases)
|
||||||
|
@ -511,9 +511,6 @@ without requiring the source code to be rewritten.")
|
||||||
(call-with-output-file ".tarball-version"
|
(call-with-output-file ".tarball-version"
|
||||||
(lambda (port)
|
(lambda (port)
|
||||||
(display #$version port)))))
|
(display #$version port)))))
|
||||||
(add-before 'check 'skip-failing-tests
|
|
||||||
(lambda _
|
|
||||||
(delete-file "test-suite/tests/version.test")))
|
|
||||||
#$@(if (target-hurd?)
|
#$@(if (target-hurd?)
|
||||||
#~((delete 'patch-posix-spawn-usage))
|
#~((delete 'patch-posix-spawn-usage))
|
||||||
#~())))))
|
#~())))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue