gnu: hurd-headers: Update to 0.9.
* gnu/packages/hurd.scm (hurd-headers): Update to version 0.9.
This commit is contained in:
parent
9c9402be2e
commit
be6a70edc2
|
@ -102,14 +102,14 @@ communication.")
|
||||||
(define-public hurd-headers
|
(define-public hurd-headers
|
||||||
(package
|
(package
|
||||||
(name "hurd-headers")
|
(name "hurd-headers")
|
||||||
(version "0.8")
|
(version "0.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/hurd/hurd-"
|
(uri (string-append "mirror://gnu/hurd/hurd-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pbc4aqgzxvkgivw80ghp3w755cl0fwxmg357vq7chimj64jk78d"))))
|
"1nw9gly0n7pyv3cpfm4mmxy4yccrx4g0lyrvd3vk2vil26jpbggw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("mig" ,mig)))
|
`(("mig" ,mig)))
|
||||||
|
|
Loading…
Reference in New Issue