[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix: Update to 1.1.0-29.4e3ed9bad9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix: Update to 1.1.0-29.4e3ed9bad9. |
Date: |
Mon, 05 Oct 2020 14:26:02 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new dc8b4c5 gnu: guix: Update to 1.1.0-29.4e3ed9bad9.
dc8b4c5 is described below
commit dc8b4c54488024c148fe0ff8e28f08b76c18e0e3
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Oct 5 20:25:26 2020 +0200
gnu: guix: Update to 1.1.0-29.4e3ed9bad9.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-29.4e3ed9bad9.
---
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 913cd8a..aed430d 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 "d27dbeb9d8f6c3a4c1d2fdbeb432717c119b73d1")
- (revision 28))
+ (commit "4e3ed9bad9ed5758cdee6e636805f65e9ab710eb")
+ (revision 29))
(package
(name "guix")
@@ -148,7 +148,7 @@
(commit commit)))
(sha256
(base32
- "0j60m9s47n23flfp2yn4ww4vsk8qvp500m2x1x0ib5bjywj1hiwl"))
+ "1jaqpiry7y45k5vg09b4h6yfp0rcbp931yaajy2wi61kg1z27s5x"))
(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 1.1.0-29.4e3ed9bad9.,
guix-commits <=