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 2d73086.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 2d73086.
Date: Fri, 09 Apr 2021 12:09:25 -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 ec8d09e  gnu: guix: Update to 2d73086.
ec8d09e is described below

commit ec8d09ee672e0d357bb5bb597464c8b168f14bfb
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Apr 9 18:09:07 2021 +0200

    gnu: guix: Update to 2d73086.
    
    * gnu/packages/package-management.scm (guix): Update to 2d73086.
---
 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 ddfb2cd..6df46aa 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 "8f9052d5434a3a11e7b4ff14d6b0090256e08aa4")
-        (revision 19))
+        (commit "2d73086262e1fb33cd0f0f16f74a495fe06b38aa")
+        (revision 20))
     (package
       (name "guix")
 
@@ -149,7 +149,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0jqxabl9sqn7dd1l9q62zm9f7w274q44dya24akina8wwfi5yc4k"))
+                  "070frsjcbrdqh68rhrck6w3cprbq1hjpd24z44qd017zaicix1f0"))
                 (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]