[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix: Update to 44c6e6f.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix: Update to 44c6e6f. |
Date: |
Wed, 02 Sep 2020 18:20:05 -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 abd2fde gnu: guix: Update to 44c6e6f.
abd2fde is described below
commit abd2fde8471855b2d48a9bd631755e6cd83921d9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Sep 3 00:02:19 2020 +0200
gnu: guix: Update to 44c6e6f.
* gnu/packages/package-management.scm (guix): Update to 44c6e6f.
---
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 356c38d..754571d 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 "2056226557f977c70691aadcd57dbb81bca5058b")
- (revision 24))
+ (commit "44c6e6f590b706f1ecfea6a7e7406bbd7cb70736")
+ (revision 25))
(package
(name "guix")
@@ -147,7 +147,7 @@
(commit commit)))
(sha256
(base32
- "1lcqyy73h4gk6k5f5vycvkhck81qhasbc30qh18n96lalf00y98h"))
+ "17kmn9yrk9pxi88v4d48h9q3m5dpd2j0pf15fhxzh4k915jv8n6k"))
(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 44c6e6f.,
guix-commits <=