[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix: Update to commit 5918cb5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix: Update to commit 5918cb5. |
Date: |
Fri, 09 Oct 2020 17:25:11 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f085876 gnu: guix: Update to commit 5918cb5.
f085876 is described below
commit f08587682a631d3fe30159af838c6766dd65205b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 9 17:23:22 2020 -0400
gnu: guix: Update to commit 5918cb5.
* gnu/packages/package-management.scm (guix): Update to commit
5918cb5341ecd76304eef2cb529e20896b56f4e5.
---
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 d085ba3..c5ee75e 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 "4e3ed9bad9ed5758cdee6e636805f65e9ab710eb")
- (revision 29))
+ (commit "5918cb5341ecd76304eef2cb529e20896b56f4e5")
+ (revision 30))
(package
(name "guix")
@@ -148,7 +148,7 @@
(commit commit)))
(sha256
(base32
- "1jaqpiry7y45k5vg09b4h6yfp0rcbp931yaajy2wi61kg1z27s5x"))
+ "0af6rxir3pwqpiw2vjrk4b83f7k68kvyxfibzwwllyz48zvizl5v"))
(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 commit 5918cb5.,
guix-commits <=