[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/16: gnu: guix: Update to 1.4.0-9.5ed2fd9aa2.
From: |
guix-commits |
Subject: |
07/16: gnu: guix: Update to 1.4.0-9.5ed2fd9aa2. |
Date: |
Fri, 21 Jul 2023 04:40:06 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 960aca69cb05445bd28151d377c3123c40cb51a0
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jul 21 10:28:44 2023 +0200
gnu: guix: Update to 1.4.0-9.5ed2fd9aa2.
* gnu/packages/package-management.scm (guix): Update to 1.4.0-9.5ed2fd9aa2.
---
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 c76aea6042..1052c32c89 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -173,8 +173,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
(let ((version "1.4.0")
- (commit "205eb7cfa6bcd495a8e0b5aae5550ae34e29e45a")
- (revision 8))
+ (commit "5ed2fd9aa24d2eb2ee918ea2fe4713f5db1793e9")
+ (revision 9))
(package
(name "guix")
@@ -190,7 +190,7 @@
(commit commit)))
(sha256
(base32
- "0m84zi7isk03hp545z6v2ss3frkr8sd6xk9zn0v09pqgnw3jzn3b"))
+ "0ndclradrww3rlmjs88lb48s16vynlhsmm78phk22pxm7cp9fml0"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
- 01/16: HACK gnu: guix: Disable failing tests., (continued)
- 01/16: HACK gnu: guix: Disable failing tests., guix-commits, 2023/07/21
- 03/16: gnu: guix: Disable some tests on the Hurd., guix-commits, 2023/07/21
- 04/16: build: Build gnu/packages/*.go in five steps., guix-commits, 2023/07/21
- 08/16: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/07/21
- 12/16: DRAFT hurd: Support second boot., guix-commits, 2023/07/21
- 10/16: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/07/21
- 05/16: self: Build gnu/packages/*.go in 26 steps on the Hurd., guix-commits, 2023/07/21
- 06/16: gnu: guix: Update to 1.4.0-8.205eb7cfa6., guix-commits, 2023/07/21
- 13/16: DRAFT hurd-boot: Support second boot., guix-commits, 2023/07/21
- 11/16: system: hurd: Add swap-services to hurd-default-essential-services., guix-commits, 2023/07/21
- 07/16: gnu: guix: Update to 1.4.0-9.5ed2fd9aa2.,
guix-commits <=
- 14/16: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/07/21
- 15/16: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/07/21
- 16/16: locale: Set %default-locale-definitions to glibc/hurd on the Hurd., guix-commits, 2023/07/21
- 09/16: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/07/21