Skip to content
Snippets Groups Projects
Commit 41d9c5d3 authored by Manolis Ragkousis's avatar Manolis Ragkousis
Browse files

gnu: hurd-headers: Update to 0.6

* gnu/packages/hurd.scm (hurd-headers): Update to version 0.6.
parent 78dc4490
No related branches found
No related tags found
No related merge requests found
...@@ -92,14 +92,14 @@ (define-public mig ...@@ -92,14 +92,14 @@ (define-public mig
(define-public hurd-headers (define-public hurd-headers
(package (package
(name "hurd-headers") (name "hurd-headers")
(version "0.5") (version "0.6")
(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
"0lvkz3r0ngb4bsn2hzdc9vjpyrfa3ls36jivrvy1n7f7f55zan7q")))) "059lbspbpcjpcq5jf98f47jw9sm0ngs3x6phxax53m3rwca1fk7y"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(;; Autoconf shouldn't be necessary but there seems to be a bug in the `(;; Autoconf shouldn't be necessary but there seems to be a bug in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment