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 8f9052d.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 8f9052d.
Date: Wed, 31 Mar 2021 11:09:27 -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 cb7b577  gnu: guix: Update to 8f9052d.
cb7b577 is described below

commit cb7b577bcfa19d28a4c5dcc42449a6e019285539
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 31 17:06:19 2021 +0200

    gnu: guix: Update to 8f9052d.
    
    * gnu/packages/package-management.scm (guix): Update to 8f9052d.
---
 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 6ee0bc7..a6469e1 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 "6e7ba45357078b31a369b23f8a9f38302dfcbb10")
-        (revision 18))
+        (commit "8f9052d5434a3a11e7b4ff14d6b0090256e08aa4")
+        (revision 19))
     (package
       (name "guix")
 
@@ -149,7 +149,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "14zzhjdd7igkc8vpv06hn375085n10mljv8wwpnk6r4a6r8qg5d3"))
+                  "0jqxabl9sqn7dd1l9q62zm9f7w274q44dya24akina8wwfi5yc4k"))
                 (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]