guix_mirror_bot pushed a commit to branch hurd-team
in repository guix.
commit 6104c07a6589fd4ecfffe5ef036ca910e7f9f558
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Sun Mar 1 12:03:45 2026 +0100
gnu: gnumach: Update to v1.8+git20260224.
* gnu/packages/hurd.scm (gnumach-headers): Update to v1.8+git20260224.
Change-Id: Id8ca710a08da1ed31902aec0f984393a56b9d080
---
gnu/packages/hurd.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 12c05d1ffa..652cdeed58 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2018, 2020-2024 Ludovic Courtès <[email protected]>
;;; Copyright © 2020 Efraim Flashner <[email protected]>
;;; Copyright © 2020 Marius Bakke <[email protected]>
-;;; Copyright © 2020, 2022, 2023, 2024 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2020, 2022, 2023, 2024, 2026 Janneke Nieuwenhuizen
<[email protected]>
;;; Copyright © 2020 Ricardo Wurmus <[email protected]>
;;; Copyright © 2020 Rene Saavedra <[email protected]>
;;; Copyright © 2023 Josselin Poiret <[email protected]>
@@ -61,7 +61,7 @@
(define-public gnumach-headers
(package
(name "gnumach-headers")
- (version "1.8+git20260129")
+ (version "1.8+git20260224")
(source
(origin
(method git-fetch)
@@ -71,7 +71,7 @@
(patches (search-patches "gnumach-version.patch"))
(file-name (git-file-name "gnumach" version))
(sha256
- (base32 "1p7k5cnal2flasncjvhwwb8klh2m96np1q7hwq4dd423ydjm4bnf"))))
+ (base32 "08s3a8fr4pax66n3v2darjzi2vgab30k1siqq9djdaa0r0ssnai8"))))
(build-system gnu-build-system)
(arguments
`(#:phases