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 799f066.


From: guix-commits
Subject: branch master updated: gnu: guix: Update to 799f066.
Date: Tue, 08 Dec 2020 17:38:36 -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 456421f  gnu: guix: Update to 799f066.
456421f is described below

commit 456421fc0f6ab7b6929d7c23a6ff957d9243f6e6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Dec 8 23:38:04 2020 +0100

    gnu: guix: Update to 799f066.
    
    * gnu/packages/package-management.scm (guix): Update to 799f066.
---
 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 9e8f9df..96cf2c4 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 "c952a9312a94bb236495ec654bf184685cf9fe79")
-        (revision 5))
+        (commit "799f066768bacb321ebad84c75b2bbfd269e7cd8")
+        (revision 6))
     (package
       (name "guix")
 
@@ -148,7 +148,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1k32p37ikwls086mgxjhz9qhrbc7lgvfpbnk0ikfg4p40rxjp4w8"))
+                  "04k8q5yjmxazskl13ap210jki2zh73zlzd0xdx06v08liskgz10q"))
                 (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]