[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/58: gnu: guix: Update to 1.4.0-8.c0b1d7aac7.
From: |
guix-commits |
Subject: |
52/58: gnu: guix: Update to 1.4.0-8.c0b1d7aac7. |
Date: |
Wed, 19 Jul 2023 03:00:52 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 2a8bf3da1e13258305ae27b82a23eadde2a8cc50
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Jul 19 08:51:24 2023 +0200
gnu: guix: Update to 1.4.0-8.c0b1d7aac7.
* gnu/packages/package-management.scm (guix): Update to 1.4.0-8.c0b1d7aac7.
---
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 966940d4f4..0a9adac2f1 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 "44bbfc24e4bcc48d0e3343cd3d83452721af8c36")
- (revision 7))
+ (commit "c0b1d7aac7945e6fc8de7be11d0a4377fa6cbaed")
+ (revision 8))
(package
(name "guix")
@@ -190,7 +190,7 @@
(commit commit)))
(sha256
(base32
- "08gq04pphapr3i0gzdilp8l87rpxlh2p768qrn1fw92fmw727xf7"))
+ "1xl30z7d92iw2szmv6gahdrs7xnidi3l92zyi8rc5glrj7120bgd"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
- 51/58: self: Build gnu/packages/*.go in 26 steps on the Hurd., (continued)
- 51/58: self: Build gnu/packages/*.go in 26 steps on the Hurd., guix-commits, 2023/07/19
- 57/58: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/07/19
- 54/58: DRAFT hurd: Support second boot., guix-commits, 2023/07/19
- 09/58: gnu: m4: Skip gnulib stack-overflow tests for the Hurd., guix-commits, 2023/07/19
- 13/58: gnu: elfutils: Skip failing tests on the Hurd., guix-commits, 2023/07/19
- 14/58: gnu: libbsd: Skip failing test on the Hurd., guix-commits, 2023/07/19
- 16/58: gnu: libgpg-error: Skip failing test on the Hurd., guix-commits, 2023/07/19
- 18/58: gnu: tcl: Remove failing tests on the Hurd.., guix-commits, 2023/07/19
- 30/58: gnu: cmake-bootstrap: Fix build for the Hurd., guix-commits, 2023/07/19
- 40/58: gnu: guile-2.0: Skip failing tests on the Hurd., guix-commits, 2023/07/19
- 52/58: gnu: guix: Update to 1.4.0-8.c0b1d7aac7.,
guix-commits <=