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


From: guix-commits
Subject: branch master updated: gnu: guix: Update to a27e47f.
Date: Wed, 19 Jan 2022 17:09:26 -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 1ef7a03a14 gnu: guix: Update to a27e47f.
1ef7a03a14 is described below

commit 1ef7a03a148cf5f83ab1820444f6bd50d8e732d1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 19 23:07:18 2022 +0100

    gnu: guix: Update to a27e47f.
    
    * gnu/packages/package-management.scm (guix): Update to a27e47f.
---
 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 ce96c561db..c45d77c996 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -151,8 +151,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.3.0")
-        (commit "24c3485bb3ffc05e687ef6513ac287b8d3048bab")
-        (revision 22))
+        (commit "a27e47f9d1e22dc32bb250cfeef88cfacb930e23")
+        (revision 23))
     (package
       (name "guix")
 
@@ -168,7 +168,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1vhf4w7d7i3n7w8j9n4x23xx1lj95q8ij9qixqz5xfx9ick03172"))
+                  "12jmvagbw05hmmlrb82i0qazhlv7mcfnl4dmknwx3a9hd760g9y1"))
                 (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]