[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix: Update to 5e7cf66.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix: Update to 5e7cf66. |
Date: |
Wed, 04 Nov 2020 10:43:40 -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 04d8f94 gnu: guix: Update to 5e7cf66.
04d8f94 is described below
commit 04d8f94cf1f3c50ad313906c35669c8858e6c49d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Nov 4 16:43:10 2020 +0100
gnu: guix: Update to 5e7cf66.
* gnu/packages/package-management.scm (guix): Update to 5e7cf66.
---
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 7ceb773..93bc4d7 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.1.0")
- (commit "1c6d98533153bc8e0e36236e7fbcf1eb5e178d26")
- (revision 31))
+ (commit "5e7cf66fb35780f930ad0bc5fe21ac330df4411d")
+ (revision 32))
(package
(name "guix")
@@ -148,7 +148,7 @@
(commit commit)))
(sha256
(base32
- "0cnc0fq0krdgh28k7spivy0jqv0k5vx59vxi3yxdsyqn8iznnqn1"))
+ "15clfjp845gvl0p6qw0b1gdibqfq20zwzr6dbxvq8l9fgzj1kb6b"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guix: Update to 5e7cf66.,
guix-commits <=