guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guix: Update to 4c94b9e.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 4c94b9e.
Date: Tue, 12 Mar 2024 09:27:34 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 30a8de0bcd gnu: guix: Update to 4c94b9e.
30a8de0bcd is described below

commit 30a8de0bcdadfb55cbcaa34760527c1b767808c7
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Mar 12 14:27:01 2024 +0100

    gnu: guix: Update to 4c94b9e.
    
    * gnu/packages/package-management.scm (guix): Update to 4c94b9e.
    
    Change-Id: I73678ae87acbc2ef0185daf844486f7394a46fd7
---
 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 19e5969ddf..0b4d5ac3ea 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -176,8 +176,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.4.0")
-        (commit "8f4ffb3fae133bb21d7991e97c2f19a7108b1143")
-        (revision 17))
+        (commit "4c94b9e983bc51d9504655f1e7727c4f6d14b6b7")
+        (revision 18))
     (package
       (name "guix")
 
@@ -193,7 +193,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1s4rfhida9gm454yj61vxs35a71i281cz0zyyq1l6fxc6ic775dd"))
+                  "19lqlfafs5mrnciw4jz4iccx5zzhj4pyb20bz6cdqcqbf9nmkfp1"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (build-system gnu-build-system)
       (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]