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 2056226.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 2056226.
Date: Wed, 02 Sep 2020 11:54:02 -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 eea36f8  gnu: guix: Update to 2056226.
eea36f8 is described below

commit eea36f8ecae818d1eed1a115ec6ff6b4db4a13f4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Sep 2 17:53:24 2020 +0200

    gnu: guix: Update to 2056226.
    
    * gnu/packages/package-management.scm (guix): Update to 2056226.
---
 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 6b7e78b..356c38d 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -130,8 +130,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.1.0")
-        (commit "2f458ad713143f31365b9c80ed1b98999db8de32")
-        (revision 23))
+        (commit "2056226557f977c70691aadcd57dbb81bca5058b")
+        (revision 24))
     (package
       (name "guix")
 
@@ -147,7 +147,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1csf8s37babnq5xcp54wgiwcgn9968ha5p52w10mjb24dr7i1m7w"))
+                  "1lcqyy73h4gk6k5f5vycvkhck81qhasbc30qh18n96lalf00y98h"))
                 (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]