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-5.c952a93.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.2.0-5.c952a93.
Date: Sat, 05 Dec 2020 05:22:30 -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 0ed6c74  gnu: guix: Update to 1.2.0-5.c952a93.
0ed6c74 is described below

commit 0ed6c7444e9a5509df11d4802bb257f3bc883733
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Dec 5 11:21:52 2020 +0100

    gnu: guix: Update to 1.2.0-5.c952a93.
    
    * gnu/packages/package-management.scm (guix): Update to 1.2.0-5.c952a93.
---
 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 a397db0..fffe466 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 "443599999af21878d58dbb48210d4cccca2882d8")
-        (revision 4))
+        (commit "c952a9312a94bb236495ec654bf184685cf9fe79")
+        (revision 5))
     (package
       (name "guix")
 
@@ -148,7 +148,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1y3d9s03h4gapm6nxkbhr1blpwckl5s7inns2bnawlfs6pw7q124"))
+                  "1k32p37ikwls086mgxjhz9qhrbc7lgvfpbnk0ikfg4p40rxjp4w8"))
                 (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]