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-3.35a32fe.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 1.2.0-3.35a32fe.
Date: Sun, 29 Nov 2020 13:24:32 -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 0216fc2  gnu: guix: Update to 1.2.0-3.35a32fe.
0216fc2 is described below

commit 0216fc2573f1e9a88f18f8beae08097710493a06
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Nov 29 19:23:50 2020 +0100

    gnu: guix: Update to 1.2.0-3.35a32fe.
    
    * gnu/packages/package-management.scm (guix): Update to 1.2.0-3.35a32fe.
---
 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 7372cbe..2cb9350 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 "2c11cf1b91b07ed8c00b5525ab6a75e81f5cc289")
-        (revision 2))
+        (commit "35a32fefb4695442265809805145b7a262ae4988")
+        (revision 3))
     (package
       (name "guix")
 
@@ -148,7 +148,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0w9yrky8qx6zwh97aq6z07mxpjixxg5pp7lzw1r72j3qg3rircj2"))
+                  "0lzlla3cdimp4m6jrwkn8sgfww606nwn9spnyqwjplswvp2wl79y"))
                 (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]