[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/85: gnu: gnumach: Update to 1.8+git20221224.
From: |
guix-commits |
Subject: |
08/85: gnu: gnumach: Update to 1.8+git20221224. |
Date: |
Thu, 15 Jun 2023 02:32:36 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 8bf94c6875614267e4aeeb1fd5b0df8f4054b824
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Mon May 22 11:04:16 2023 +0200
gnu: gnumach: Update to 1.8+git20221224.
* gnu/packages/hurd.scm (gnumach-headers): Update to 1.8+git20221224.
---
gnu/packages/hurd.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 314e2b5a3c..d44962ae55 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -68,7 +68,7 @@ GNU/Hurd."
(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)
@@ -78,8 +78,7 @@ GNU/Hurd."
(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
- branch hurd-team created (now 61616f4ceb), guix-commits, 2023/06/15
- 01/85: hurd-boot: Add urandom and default-pager translators., guix-commits, 2023/06/15
- 06/85: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/15
- 09/85: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/06/15
- 07/85: squash! gnu: Add libc-for-target and glibc/hurd., guix-commits, 2023/06/15
- 08/85: gnu: gnumach: Update to 1.8+git20221224.,
guix-commits <=
- 11/85: squash! gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/15
- 13/85: Revert "hurd-boot: Add urandom and default-pager translators.", guix-commits, 2023/06/15
- 24/85: gnu: gnumach: Support "noide" argument., guix-commits, 2023/06/15
- 27/85: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/15
- 28/85: services: static-networking: Support netdde for the Hurd., guix-commits, 2023/06/15
- 29/85: gnu: gnumach: Disable builtin networking., guix-commits, 2023/06/15
- 25/85: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/15
- 02/85: gnu: glibc/hurd-headers: Properly cross-build., guix-commits, 2023/06/15
- 10/85: gnu: mig: Update to 04bfe7a91223ba15d868f7165e49328b1c6e86c3., guix-commits, 2023/06/15
- 19/85: gnu: hurd: Add rumpkernel., guix-commits, 2023/06/15