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 bd5c61781c gnu: guix: Update to b345a5e.
bd5c61781c is described below

commit bd5c61781c13611ed16686513980907c6ee34ae6
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Sun Jun 16 23:08:24 2024 +0200

    gnu: guix: Update to b345a5e.
    
    * gnu/packages/package-management.scm (guix): Update to b345a5e.
    
    Change-Id: I50258b102ccac238102c64906b6bc3caf13fa02c
---
 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 7bbb69fcff..2eb50f6765 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -177,8 +177,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.4.0")
-        (commit "37719d3ec8db7f2380903c2ac6e4efb2e4639cc7")
-        (revision 20))
+        (commit "b345a5e17f60e1cf700980e608a5b33e51062978")
+        (revision 21))
     (package
       (name "guix")
 
@@ -194,7 +194,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "05x0bqxzxz2d1l9cwax6cchfikvf46sv3b0fkwb8a2bk42v8bgyz"))
+                  "0gddkkcnkn9j86imp07lpi83r9j96mssgsr59w356hnxkb0npdaz"))
                 (file-name (string-append "guix-" version "-checkout"))))
       (build-system gnu-build-system)
       (arguments

Reply via email to