gnu: commencement: gnumach-headers-boot0: Update to 1.8-116-g28b53508.
* gnu/packages/commencement.scm (gnumach-headers-boot0): Update to 1.8-116-g28b53508.
This commit is contained in:
parent
61249ba27c
commit
1320885ffa
1 changed files with 4 additions and 4 deletions
|
@ -3032,15 +3032,15 @@ exec " gcc "/bin/" program
|
||||||
(package-with-bootstrap-guile
|
(package-with-bootstrap-guile
|
||||||
(package
|
(package
|
||||||
(inherit gnumach-headers)
|
(inherit gnumach-headers)
|
||||||
(version "1.8")
|
(version "1.8-116-g28b53508")
|
||||||
(source (bootstrap-origin
|
(source (bootstrap-origin
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/gnumach/gnumach-"
|
(uri (string-append "https://lilypond.org/janneke/hurd/"
|
||||||
version ".tar.gz"))
|
"gnumach-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02hygsfpd2dljl5lg1vjjg9pizi9jyxd4aiiqzjshz6jax62jm9f")))))
|
"006i0zgwy81vxarpfm12vip4q6i5mgmi5mmy5ldvxp5hx9h3l0zg")))))
|
||||||
(native-inputs '())))))
|
(native-inputs '())))))
|
||||||
|
|
||||||
(define mig-boot0
|
(define mig-boot0
|
||||||
|
|
Reference in a new issue