3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gnumach: Update to 1.8+git20221224.

* gnu/packages/hurd.scm (gnumach-headers): Update to 1.8+git20221224.
This commit is contained in:
Josselin Poiret 2023-05-22 11:04:16 +02:00
parent 0dd293b4d9
commit 2edd67d34b
No known key found for this signature in database
GPG key ID: 505E40B916171A8A

View file

@ -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