summaryrefslogtreecommitdiff
path: root/gnu/packages/hurd.scm
diff options
context:
space:
mode:
authorJosselin Poiret <dev@jpoiret.xyz>2023-05-22 11:04:16 +0200
committerJosselin Poiret <dev@jpoiret.xyz>2023-07-13 18:20:06 +0200
commit2edd67d34b85715e97b222f4a46da7b156973616 (patch)
tree0874a0d5cf841eda5da3ba208d7c8b3dcbe8ee09 /gnu/packages/hurd.scm
parent0dd293b4d9095137c9952e16ca951f887b7e7018 (diff)
downloadguix-patches-2edd67d34b85715e97b222f4a46da7b156973616.tar
guix-patches-2edd67d34b85715e97b222f4a46da7b156973616.tar.gz
gnu: gnumach: Update to 1.8+git20221224.
* gnu/packages/hurd.scm (gnumach-headers): Update to 1.8+git20221224.
Diffstat (limited to 'gnu/packages/hurd.scm')
-rw-r--r--gnu/packages/hurd.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 8ca8415436..6dc14f25a0 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -56,7 +56,7 @@
(define-public gnumach-headers
(package
(name "gnumach-headers")
- (version "1.8+git20220827") ;; This is an upstream tag
+ (version "1.8+git20221224") ;; This is an upstream tag
(source
(origin
(method git-fetch)
@@ -66,8 +66,7 @@
(file-name (git-file-name "gnumach" version))
(sha256
(base32
- "07qlaf8vw029y7xdnhjyiiyn788zjzwmyzj79inz7idpswqsnyhf"))
- (patches (search-patches "gnumach-add-missing-const_mach_port_name_array_t-type.patch"))))
+ "0f49zqxf64ds75rmskizpybl2mw7sxs05k59gjp3pgspvr87w7gs"))))
(build-system gnu-build-system)
(arguments
`(#:phases