[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix: Update to 1.4.0-10.4dfdd82210.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix: Update to 1.4.0-10.4dfdd82210. |
Date: |
Tue, 22 Aug 2023 15:31:26 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new db02fcde38 gnu: guix: Update to 1.4.0-10.4dfdd82210.
db02fcde38 is described below
commit db02fcde386892b3a054d64403a4a5bfa1b7fce8
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Aug 22 21:30:49 2023 +0200
gnu: guix: Update to 1.4.0-10.4dfdd82210.
* gnu/packages/package-management.scm (guix): Update to 1.4.0-10.4dfdd82210.
---
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 5bc10e16f9..791b2d7df6 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 "30355c17d7b7eaeb16976c1432d660cb0783014a")
- (revision 9))
+ (commit "4dfdd822102690b5687acf28365ab707b68d9476")
+ (revision 10))
(package
(name "guix")
@@ -191,7 +191,7 @@
(commit commit)))
(sha256
(base32
- "17fxwy3ssm6h38wapll7gvgc1c9gxp2ycz8s4v8k02ll1i5i1fc8"))
+ "1p21gz2lr7iqvma1m83k2r04w201rzvk31d5kfn2qkr9l0gds4cx"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guix: Update to 1.4.0-10.4dfdd82210.,
guix-commits <=