diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2016-05-18 15:14:39 +0300 |
---|---|---|
committer | Manolis Ragkousis <manolis837@gmail.com> | 2016-05-18 15:17:38 +0300 |
commit | 614f39271e580e99df5ce46f1482580c673791b0 (patch) | |
tree | 2dadd18c005aaeae97533798e47ea8029ba5604b /gnu | |
parent | 7c544991dcee6cf8f79484f12a8249ede38d2dd2 (diff) |
gnu: gnumach-headers: Update to 1.7.
* gnu/packages/hurd.scm (gnumach-headers): Update to version 1.7.
Diffstat (limited to 'gnu')
-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 ff29aee489..4fb0869399 100644 --- a/gnu/packages/hurd.scm +++ b/gnu/packages/hurd.scm @@ -32,7 +32,7 @@ (define-public gnumach-headers (package (name "gnumach-headers") - (version "1.6") + (version "1.7") (source (origin (method url-fetch) @@ -40,7 +40,7 @@ version ".tar.gz")) (sha256 (base32 - "1m7xwsrv6x6gk9xi5phs104rdn9q3lr63p348vyv0dzd6r3zyncb")))) + "1vd0bykshf6ilr55792b5lf6yd5ywlkp1wqz00dcsx7fq3rfadz2")))) (build-system gnu-build-system) (arguments `(#:phases (alist-replace |