diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2016-05-18 15:15:41 +0300 |
---|---|---|
committer | Manolis Ragkousis <manolis837@gmail.com> | 2016-05-18 15:17:52 +0300 |
commit | 0affdfb80554833648efab5f9e348c4a9698955b (patch) | |
tree | e2e69bcc811917c5e1b3d0d9589a0edadbbf43ec /gnu/packages/hurd.scm | |
parent | eb3be3a79163fa57b09c1fb2c3f20d7f3e26186b (diff) | |
download | patches-0affdfb80554833648efab5f9e348c4a9698955b.tar patches-0affdfb80554833648efab5f9e348c4a9698955b.tar.gz |
gnu: hurd-headers: Update to 0.8.
* gnu/packages/hurd.scm (hurd-headers): Update to version 0.8.
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 360e3a65ee..7a0a158899 100644 --- a/gnu/packages/hurd.scm +++ b/gnu/packages/hurd.scm @@ -97,14 +97,14 @@ communication.") (define-public hurd-headers (package (name "hurd-headers") - (version "0.7") + (version "0.8") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/hurd/hurd-" version ".tar.gz")) (sha256 (base32 - "1q2pyc16vb5plqi8hlwnnc9jk8zlifm91cavz6x7vhbwy0nh2yvh")))) + "1pbc4aqgzxvkgivw80ghp3w755cl0fwxmg357vq7chimj64jk78d")))) (build-system gnu-build-system) (native-inputs `(;; Autoconf shouldn't be necessary but there seems to be a bug in the |