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 4f621a2.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 4f621a2.
Date: Sat, 19 Dec 2020 18:02:46 -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 e03552d  gnu: guix: Update to 4f621a2.
e03552d is described below

commit e03552d5d4d974dadca8138efa3ba4b337c48b85
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 20 00:01:37 2020 +0100

    gnu: guix: Update to 4f621a2.
    
    * gnu/packages/package-management.scm (guix): Update to 4f621a2.
---
 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 96cf2c4..fec87e3 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -131,8 +131,8 @@
   ;; Note: the 'update-guix-package.scm' script expects this definition to
   ;; start precisely like this.
   (let ((version "1.2.0")
-        (commit "799f066768bacb321ebad84c75b2bbfd269e7cd8")
-        (revision 6))
+        (commit "4f621a2b003e85d480999e4d0630e9dc3de85bc3")
+        (revision 7))
     (package
       (name "guix")
 
@@ -148,7 +148,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "04k8q5yjmxazskl13ap210jki2zh73zlzd0xdx06v08liskgz10q"))
+                  "0ks6sdbxk4as4d3jz6jzgn5l476cr4cqxf3imjfgwiy3lk4502sj"))
                 (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]