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 6e7ba45.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 6e7ba45.
Date: Fri, 26 Mar 2021 00:44:05 -0400

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

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f21075f  gnu: guix: Update to 6e7ba45.
f21075f is described below

commit f21075f039be2afb86f0735f151b94050a3d41bd
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Fri Mar 26 05:42:48 2021 +0100

    gnu: guix: Update to 6e7ba45.
    
    * gnu/packages/package-management.scm (guix): Update to 6e7ba45.
---
 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 888f543..5d761df 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -132,8 +132,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.2.0")
-        (commit "ec7fb669945bfb47c5e1fdf7de3a5d07f7002ccf")
-        (revision 17))
+        (commit "6e7ba45357078b31a369b23f8a9f38302dfcbb10")
+        (revision 18))
     (package
       (name "guix")
 
@@ -149,7 +149,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1v9pwsqx8n4l6f7aj9vxv6m7vb4lyw8j5qg6mxf5zksia0qlcv2z"))
+                  "14zzhjdd7igkc8vpv06hn375085n10mljv8wwpnk6r4a6r8qg5d3"))
                 (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]