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 1.2.0-4.4435999.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.2.0-4.4435999.
Date: Fri, 04 Dec 2020 11:59:25 -0500

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cae3e92  gnu: guix: Update to 1.2.0-4.4435999.
cae3e92 is described below

commit cae3e92f78b723cedd217cb9805fcdcc1035f434
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Dec 4 17:03:30 2020 +0100

    gnu: guix: Update to 1.2.0-4.4435999.
    
    * gnu/packages/package-management.scm (guix): Update to 1.2.0-4.4435999.
---
 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 906c04c..a397db0 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -131,8 +131,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.2.0")
-        (commit "35a32fefb4695442265809805145b7a262ae4988")
-        (revision 3))
+        (commit "443599999af21878d58dbb48210d4cccca2882d8")
+        (revision 4))
     (package
       (name "guix")
 
@@ -148,7 +148,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0lzlla3cdimp4m6jrwkn8sgfww606nwn9spnyqwjplswvp2wl79y"))
+                  "1y3d9s03h4gapm6nxkbhr1blpwckl5s7inns2bnawlfs6pw7q124"))
                 (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]