[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix: Update to 1.2.0-2.2c11cf1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix: Update to 1.2.0-2.2c11cf1. |
Date: |
Thu, 26 Nov 2020 13:50:27 -0500 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5472fb2 gnu: guix: Update to 1.2.0-2.2c11cf1.
5472fb2 is described below
commit 5472fb2ca73ff14cc7d5d0970503e6a15ad1d95d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Nov 26 18:47:37 2020 +0000
gnu: guix: Update to 1.2.0-2.2c11cf1.
* gnu/packages/package-management.scm (guix): Update to 1.2.0-2.2c11cf1.
---
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 6fd789e..738cfe1 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.2.0")
- (commit "bd96e6d34e4e65dc37eaae7302033d0da287c1e2")
- (revision 1))
+ (commit "2c11cf1b91b07ed8c00b5525ab6a75e81f5cc289")
+ (revision 2))
(package
(name "guix")
@@ -148,7 +148,7 @@
(commit commit)))
(sha256
(base32
- "0j27yw6s89rni39dmjdz3i617ddr2yi5y5hj0i2a7sw8fn215hp4"))
+ "0w9yrky8qx6zwh97aq6z07mxpjixxg5pp7lzw1r72j3qg3rircj2"))
(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.2.0-2.2c11cf1.,
guix-commits <=