[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/19: gnu: guix: Update to 1.4.0-12.329069a2fb.
From: |
guix-commits |
Subject: |
03/19: gnu: guix: Update to 1.4.0-12.329069a2fb. |
Date: |
Sat, 2 Sep 2023 11:48:56 -0400 (EDT) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit 576b4fc6d75393927416d08f39262faf730ad509
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Aug 23 18:34:58 2023 +0200
gnu: guix: Update to 1.4.0-12.329069a2fb.
* gnu/packages/package-management.scm (guix): Update to 1.4.0-12.329069a2fb.
---
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 bb16d14db4..e92388a4b3 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 "45de303d8b544eed1662ba9697bd1a2a33364480")
- (revision 11))
+ (commit "329069a2fbd7279332ea379b911ff44f277a556c")
+ (revision 12))
(package
(name "guix")
@@ -191,7 +191,7 @@
(commit commit)))
(sha256
(base32
- "11js70x19mjyfdswxdv7c7s47r8120bsidk8q0yc15w9i1zs5k4k"))
+ "13a35d59iqi2d3644xzqwj6nsix7r38xiwdrhvzyqzqpk3yi8c0x"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
- branch hurd-team created (now 17f1e06a5f), guix-commits, 2023/09/02
- 04/19: squash! self: Build directories in chunks of max 25 files at a time. -- typo, guix-commits, 2023/09/02
- 06/19: maint: Support `guix shell' in Guix's git archive with manifest.scm., guix-commits, 2023/09/02
- 07/19: gnu: gdk-pixbuf: Build without gobject-introspection for the Hurd., guix-commits, 2023/09/02
- 09/19: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/09/02
- 11/19: system: hurd: Add procps to %base-packages/hurd., guix-commits, 2023/09/02
- 13/19: DRAFT hurd: Support second boot., guix-commits, 2023/09/02
- 03/19: gnu: guix: Update to 1.4.0-12.329069a2fb.,
guix-commits <=
- 08/19: gnu: librsvg: Build without gobject-introspection for the Hurd., guix-commits, 2023/09/02
- 10/19: hurd-boot: Support system init: Create essential device nodes., guix-commits, 2023/09/02
- 01/19: self: Build directories in chunks of max 25 files at a time., guix-commits, 2023/09/02
- 19/19: Revert "DRAFT daemon: Support chroot builds on GNU/Hurd.", guix-commits, 2023/09/02
- 05/19: squash! self: Build directories in chunks of max 25 files at a time. -- remove gc, guix-commits, 2023/09/02
- 02/19: gnu: guix: Update to 1.4.0-11.45de303d8b., guix-commits, 2023/09/02
- 14/19: DRAFT hurd-boot: Support second boot., guix-commits, 2023/09/02
- 16/19: gnu: Add libc-locales-for-target and glibc-locales/hurd., guix-commits, 2023/09/02
- 18/19: DRAFT daemon: Support chroot builds on GNU/Hurd., guix-commits, 2023/09/02
- 15/19: DRAFT system: examples: Add devel-hurd.tmpl., guix-commits, 2023/09/02