[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix: Update to 1c21468.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix: Update to 1c21468. |
Date: |
Tue, 15 Sep 2020 09:29:56 -0400 |
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 f516390 gnu: guix: Update to 1c21468.
f516390 is described below
commit f5163902d7c3cfed5a97033f38e92d7158b19fa8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Sep 15 15:29:11 2020 +0200
gnu: guix: Update to 1c21468.
* gnu/packages/package-management.scm (guix): Update to 1c21468.
---
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 4a159b9..ec87226 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -130,8 +130,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
(let ((version "1.1.0")
- (commit "846403ef62066b23c87b6f8a99fd8a551001fc52")
- (revision 26))
+ (commit "1c21468c7a7d09fbe065d1ceebf5f542537c877c")
+ (revision 27))
(package
(name "guix")
@@ -147,7 +147,7 @@
(commit commit)))
(sha256
(base32
- "1899mfy4hwnz8m9zzjpdvp6fr69j0mn7n9l51l1avrmpdmwnk4sz"))
+ "0bprn9inpqmc41ldcykl5pnybgz3slflrnb9pywfn3gsr4r48lbm"))
(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 1c21468.,
guix-commits <=