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-21.4dff6ec.


From: guix-commits
Subject: branch master updated: gnu: Guix: Update to 1.2.0-21.4dff6ec.
Date: Tue, 13 Apr 2021 19:56:13 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a758a8a  gnu: Guix: Update to 1.2.0-21.4dff6ec.
a758a8a is described below

commit a758a8a3c20052c5f1228e1ec80068652bbc3849
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Apr 13 19:22:48 2021 -0400

    gnu: Guix: Update to 1.2.0-21.4dff6ec.
    
    Fixes <https://bugs.gnu.org/46829>.
    
    * gnu/packages/package-management.scm (guix): Update to 1.2.0-21.4dff6ec.
---
 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 6df46aa..08050e9 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 "2d73086262e1fb33cd0f0f16f74a495fe06b38aa")
-        (revision 20))
+        (commit "4dff6ecde85eec473ab231cf75f51e98e8aca1e9")
+        (revision 21))
     (package
       (name "guix")
 
@@ -149,7 +149,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "070frsjcbrdqh68rhrck6w3cprbq1hjpd24z44qd017zaicix1f0"))
+                  "1n16j7rb4n4pjmp8ck5g206rphmzxii2mbyz1nk4qk70zc3mwszq"))
                 (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]