gnu: hurd-headers: Update to 0.9.

* gnu/packages/hurd.scm (hurd-headers): Update to version 0.9.
master
Manolis Ragkousis 2016-12-19 11:58:57 +02:00
parent 9c9402be2e
commit be6a70edc2
No known key found for this signature in database
GPG Key ID: 327C1EF38DF54C32
1 changed files with 2 additions and 2 deletions

View File

@ -102,14 +102,14 @@ communication.")
(define-public hurd-headers
(package
(name "hurd-headers")
(version "0.8")
(version "0.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/hurd/hurd-"
version ".tar.gz"))
(sha256
(base32
"1pbc4aqgzxvkgivw80ghp3w755cl0fwxmg357vq7chimj64jk78d"))))
"1nw9gly0n7pyv3cpfm4mmxy4yccrx4g0lyrvd3vk2vil26jpbggw"))))
(build-system gnu-build-system)
(native-inputs
`(("mig" ,mig)))