[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: DRAFT gnu: hurd: Update to v0.9.git20240714.
From: |
guix-commits |
Subject: |
02/06: DRAFT gnu: hurd: Update to v0.9.git20240714. |
Date: |
Sun, 3 Nov 2024 14:57:24 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 640e5f10ce5f48dfaccd60ba47cca41bfdcbda04
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Nov 2 15:46:52 2024 +0100
DRAFT gnu: hurd: Update to v0.9.git20240714.
Note, these don't boot yet
<https://lists.gnu.org/archive/html/bug-hurd/2024-11/msg00013.html>.
* gnu/packages/hurd.scm (hurd-headers): v0.9.git20240714.
Change-Id: Ib8bbecbf2d06df3484785269cda6d6ff16782c61
---
gnu/packages/hurd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index f227872496..990499ecdd 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -131,7 +131,7 @@ communication.")
(define-public hurd-headers
(let ((revision "3")
- (commit "v0.9.git20231217"))
+ (commit "v0.9.git20240714"))
(package
(name "hurd-headers")
(version (string-drop commit 1))
@@ -142,7 +142,7 @@ communication.")
(commit commit)))
(sha256
(base32
- "1d138kzhil6s5gf9di8grpz1iziakyfv037wkc8s7qyd61imm31d"))
+ "0wvzil3llmrjg7ymwqs86d11bm5fl771jwncv7kk679lsvqca0ll"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
- branch hurd-team updated (98a0ec82fd -> 477fcb0219), guix-commits, 2024/11/03
- 01/06: DRAFT gnu: gnumach: Update to v1.8+git20240406., guix-commits, 2024/11/03
- 04/06: gnu: Add basic support for x86_64-pc-gnu target, aka 64bit Hurd., guix-commits, 2024/11/03
- 05/06: gnu: bash-minimal: Fix build for 6bit Hurd., guix-commits, 2024/11/03
- 06/06: gnu: elfutils: Fix build for 64bit Hurd., guix-commits, 2024/11/03
- 03/06: gnu: gcc: Add indirections current-gcc, current-gcc-toolchain., guix-commits, 2024/11/03
- 02/06: DRAFT gnu: hurd: Update to v0.9.git20240714.,
guix-commits <=