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 8cc099b.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 8cc099b.
Date: Thu, 02 Dec 2021 06:56:02 -0500

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 052f56e  gnu: guix: Update to 8cc099b.
052f56e is described below

commit 052f56e5a614854636563278ee5a2248b3609d87
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Dec 2 12:50:59 2021 +0100

    gnu: guix: Update to 8cc099b.
    
    * gnu/packages/package-management.scm (guix): Update to 8cc099b.
---
 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 7fb4fe1..6a51e7e 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -142,8 +142,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.3.0")
-        (commit "9bbbac6783bcdace17d967e85c8ae8d14cbf1ef9")
-        (revision 12))
+        (commit "8cc099b4250589c0d23fc6762868f6542433f143")
+        (revision 13))
     (package
       (name "guix")
 
@@ -159,7 +159,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1p0my0gfshdhm1dpqf6j68iipnigmpb23l8p81kwpw5w50x0hfda"))
+                  "02azjxw9lwq7y0gw6dcmwhgimb0rapab8kh7qjvcr4j5xnaqv7rx"))
                 (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]