[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed74383
From: |
guix-commits |
Subject: |
02/11: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337. |
Date: |
Fri, 8 Nov 2024 09:02:34 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 0fde8d7d13bd324dfb9bd3490ab0718eb975a955
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Nov 7 16:23:03 2024 +0100
gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337.
* gnu/packages/hurd.scm (rumpkernel): Update to
f1ffd6405f225336e595a0f99f01095ed7438337.
Change-Id: I8936377da726681b748cc010e1fbae3fb19dee05
---
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 990499ecdd..62d49faf4f 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -640,8 +640,8 @@ in userland processes thanks to the DDE layer.")
(license gpl2))))
(define-public rumpkernel
- (let ((commit "81043d42fabda9baed7ac9ca36e3f3f5ed11ba81")
- (revision "3"))
+ (let ((commit "f1ffd6405f225336e595a0f99f01095ed7438337")
+ (revision "0"))
(package
(name "rumpkernel")
(version (git-version "0-20211031" revision commit))
@@ -655,7 +655,7 @@ in userland processes thanks to the DDE layer.")
(commit commit)))
(sha256
(base32
- "0fv0k52qqcg3nq9012hibgsamvsd7mnvn2ikdasmzjhsp8qh5q3r"))
+ "1ygn3ysji06ik3k44sf906fjpdmabznkspw70llldbk2zkrcdw7i"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
- branch hurd-team updated (66bfcfc1fa -> 2c78b8ca28), guix-commits, 2024/11/08
- 03/11: Revert "gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337.", guix-commits, 2024/11/08
- 09/11: gnu: inetutils: Fix build for the 64bit Hurd., guix-commits, 2024/11/08
- 06/11: gnu: hurd: Build fixes for the 64bit Hurd., guix-commits, 2024/11/08
- 07/11: gnu: git-minimal: Fix build for the 64bit Hurd., guix-commits, 2024/11/08
- 02/11: gnu: rumpkernel: Update to f1ffd6405f225336e595a0f99f01095ed7438337.,
guix-commits <=
- 05/11: gnu: hurd: Disable rumpkernel for the 64bit Hurd., guix-commits, 2024/11/08
- 08/11: gnu: git-minimal: Support the 64bit Hurd., guix-commits, 2024/11/08
- 04/11: gnu: netdde: Update to c0ef248d and cater for the 64bit Hurd., guix-commits, 2024/11/08
- 01/11: squash! gnu: libpciaccess: Support the 64bit Hurd., guix-commits, 2024/11/08
- 10/11: gnu: grub: Fix build for the 64bit Hurd., guix-commits, 2024/11/08
- 11/11: gnu: guile-fibers: Fix build for the 64bit Hurd., guix-commits, 2024/11/08