diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2015-04-16 13:51:55 +0300 |
---|---|---|
committer | Manolis Ragkousis <manolis837@gmail.com> | 2015-04-16 14:13:17 +0300 |
commit | 41d9c5d39af8a085e76a2be05fae8f2deae2e48c (patch) | |
tree | c19d0467b40fb69ecd2ea9b33d7e4e2da4954b3e /gnu/packages/hurd.scm | |
parent | 78dc44908edbb9e7d773a351ca12cef22755fb91 (diff) | |
download | patches-41d9c5d39af8a085e76a2be05fae8f2deae2e48c.tar patches-41d9c5d39af8a085e76a2be05fae8f2deae2e48c.tar.gz |
gnu: hurd-headers: Update to 0.6
* gnu/packages/hurd.scm (hurd-headers): Update to version 0.6.
Diffstat (limited to 'gnu/packages/hurd.scm')
-rw-r--r-- | gnu/packages/hurd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm index 94cd51651d..50453bb777 100644 --- a/gnu/packages/hurd.scm +++ b/gnu/packages/hurd.scm @@ -92,14 +92,14 @@ communication.") (define-public hurd-headers (package (name "hurd-headers") - (version "0.5") + (version "0.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/hurd/hurd-" version ".tar.gz")) (sha256 (base32 - "0lvkz3r0ngb4bsn2hzdc9vjpyrfa3ls36jivrvy1n7f7f55zan7q")))) + "059lbspbpcjpcq5jf98f47jw9sm0ngs3x6phxax53m3rwca1fk7y")))) (build-system gnu-build-system) (native-inputs `(;; Autoconf shouldn't be necessary but there seems to be a bug in the |