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


From: guix-commits
Subject: branch master updated: gnu: guix: Update to a53f711.
Date: Sun, 07 Feb 2021 17:38:14 -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 63d4b74  gnu: guix: Update to a53f711.
63d4b74 is described below

commit 63d4b74420563c4e2dbdfa29b3816d1dad9cd723
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Feb 7 23:32:46 2021 +0100

    gnu: guix: Update to a53f711.
    
    * gnu/packages/package-management.scm (guix): Update to a53f711.
---
 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 46cdaaa..be58f4a 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -132,8 +132,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.2.0")
-        (commit "dffc918af6cf6e1ce942dd329d210271ced1205d")
-        (revision 12))
+        (commit "a53f711422f63d7e32b8639b968cf00bcc69ffea")
+        (revision 13))
     (package
       (name "guix")
 
@@ -149,7 +149,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0wcwb09iy4svky5kmxwch7fymmkx78h8haam6p8ix110mm88in8k"))
+                  "01sky036v6dh8zwvrzl08pj4r6vkz7mjadkqbrwhak4nvds5frq8"))
                 (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]