gnu: commencement: hurd-source: Update to latest git.
* gnu/packages/commencement.scm (hurd-source-version): Update to 0.9-229-ga1efcee8. (hurd-source-boot0): Update url to updated lilypond tarball.
This commit is contained in:
parent
05a852d8dd
commit
61249ba27c
1 changed files with 4 additions and 4 deletions
|
@ -3055,17 +3055,17 @@ exec " gcc "/bin/" program
|
||||||
(assoc-ref %build-inputs "flex") "/lib/")))))))
|
(assoc-ref %build-inputs "flex") "/lib/")))))))
|
||||||
(with-boot0 mig)))
|
(with-boot0 mig)))
|
||||||
|
|
||||||
(define hurd-version-boot0 "0.9")
|
(define hurd-version-boot0 "0.9-229-ga1efcee8")
|
||||||
(define hurd-source-boot0
|
(define hurd-source-boot0
|
||||||
(let ((version hurd-version-boot0))
|
(let ((version hurd-version-boot0))
|
||||||
(bootstrap-origin
|
(bootstrap-origin
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/hurd/hurd-"
|
(uri (string-append "https://lilypond.org/janneke/hurd/"
|
||||||
version ".tar.gz"))
|
"hurd-v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nw9gly0n7pyv3cpfm4mmxy4yccrx4g0lyrvd3vk2vil26jpbggw"))))))
|
"0bq2q2jisxcy0kgcm6rz0z2fddwxxm7azsama7li28a2m08kdpzy"))))))
|
||||||
|
|
||||||
(define hurd-headers-boot0
|
(define hurd-headers-boot0
|
||||||
(let ((hurd-headers (package (inherit hurd-headers)
|
(let ((hurd-headers (package (inherit hurd-headers)
|
||||||
|
|
Reference in a new issue