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 9f2b2c4.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 9f2b2c4.
Date: Sat, 22 May 2021 04:29:08 -0400

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

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fbabf0b  gnu: guix: Update to 9f2b2c4.
fbabf0b is described below

commit fbabf0bec61c88755d6dd238717a356ca3a20b80
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat May 22 09:18:54 2021 +0100

    gnu: guix: Update to 9f2b2c4.
    
    * gnu/packages/package-management.scm (guix): Update to 9f2b2c4.
---
 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 f9a51c9..1cea8ed 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.3.0")
-        (commit "771b866c55e5f992df60f6c32f5fdd78b64e17f6")
-        (revision 1))
+        (commit "9f2b2c432b834c8057ce2f4119599d36197bc063")
+        (revision 2))
     (package
       (name "guix")
 
@@ -149,7 +149,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0w8w05w6v3lc6478vfw67jzn0hbd9nsncpx9i9ch1lck53r8vs44"))
+                  "09w6b4hqcxaj6x1q6m1q8vlp4dyk6anfv8p6mfwmpqis81cspphn"))
                 (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]