[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix: Update to 1.1.0-16.d3eee3c.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix: Update to 1.1.0-16.d3eee3c. |
Date: |
Thu, 02 Jul 2020 07:52:18 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b919d40 gnu: guix: Update to 1.1.0-16.d3eee3c.
b919d40 is described below
commit b919d4048e72f8e5740606cdb3dac0592de21f36
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jul 2 13:50:51 2020 +0200
gnu: guix: Update to 1.1.0-16.d3eee3c.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-16.d3eee3c.
---
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 0af4704..44fd0c1 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -118,8 +118,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
(let ((version "1.1.0")
- (commit "03deb1e891b8a8b21888e5e047017fd6a3ea7a5f")
- (revision 15))
+ (commit "d3eee3c0643a20ba06941ba45d9d27146a8b634d")
+ (revision 16))
(package
(name "guix")
@@ -135,7 +135,7 @@
(commit commit)))
(sha256
(base32
- "1c1hf7hnlr4dv05lxqmqfpqdr40cajh1ykrd2rsxjv09iq7yw1q4"))
+ "1waw4pggijhxwwdi9v9nq8p2har5cvnbvlxvq8abn4g1qw6xdrz5"))
(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-16.d3eee3c.,
guix-commits <=