[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/24: gnu: guix: Update to 1.4.0-12.449ed59b54.
From: |
guix-commits |
Subject: |
24/24: gnu: guix: Update to 1.4.0-12.449ed59b54. |
Date: |
Fri, 29 Sep 2023 06:10:56 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 3a54dc49ad7f6e13e5a16560645a65c223ffae41
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Sep 29 12:09:36 2023 +0200
gnu: guix: Update to 1.4.0-12.449ed59b54.
* gnu/packages/package-management.scm (guix): Update to 1.4.0-12.449ed59b54.
---
gnu/packages/package-management.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index de987b1b7f..dcaba8fd96 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -174,8 +174,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
(let ((version "1.4.0")
- (commit "d0438fcf658cb8c95b32381fac44b0a6278459ed")
- (revision 11))
+ (commit "449ed59b54aaca24d2947d6e7df288db56fed71f")
+ (revision 12))
(package
(name "guix")
@@ -191,7 +191,7 @@
(commit commit)))
(sha256
(base32
- "05i32m7cxs7vhl54hvs0f9g84jhnn2dbc9qcgaqvqnqc4i8yhhxr"))
+ "15xz7dlih2jgy16ac2bjz351gyx56m339ihwalx00q0q3qirlvb2"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
- 09/24: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", (continued)
- 09/24: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", guix-commits, 2023/09/29
- 10/24: system: bare-hurd.tmpl: Include glibc-2.33 locales in cross-build., guix-commits, 2023/09/29
- 17/24: services: guix: Support declarative offloading setup., guix-commits, 2023/09/29
- 18/24: services: childhurd: Authorize the childhurd’s key on the host., guix-commits, 2023/09/29
- 19/24: services: hurd-vm: ‘image’ field has to be an <image> record., guix-commits, 2023/09/29
- 20/24: tests: hurd-vm: Remove custom disk image configuration., guix-commits, 2023/09/29
- 21/24: services: hurd-vm: Disable password-based authentication for root., guix-commits, 2023/09/29
- 22/24: doc: Give an example showing how to add an account in the childhurd., guix-commits, 2023/09/29
- 16/24: services: guix: Use the right locale package on GNU/Hurd., guix-commits, 2023/09/29
- 23/24: services: hurd-vm: Implement zero-configuration offloading., guix-commits, 2023/09/29
- 24/24: gnu: guix: Update to 1.4.0-12.449ed59b54.,
guix-commits <=