[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: guix: Update to 1.2.0rc2.
From: |
guix-commits |
Subject: |
01/02: gnu: guix: Update to 1.2.0rc2. |
Date: |
Wed, 18 Nov 2020 13:51:45 -0500 (EST) |
civodul pushed a commit to branch version-1.2.0
in repository guix.
commit 0d4b1afb6bfa4bdeade2cb6409ece9467d513e39
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Nov 18 17:36:34 2020 +0100
gnu: guix: Update to 1.2.0rc2.
---
gnu/packages/package-management.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 7e6f988..32c4785 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -130,9 +130,9 @@
;; Latest version of Guix, which may or may not correspond to a release.
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
- (let ((version "1.2.0rc1")
- (commit "3ba6ffd0dd092ae879d014e4971989f231eaa56d")
- (revision 1))
+ (let ((version "1.2.0rc2")
+ (commit "207c3c594e22b678ddcea8ebc78f19b839612187")
+ (revision 0))
(package
(name "guix")
@@ -148,7 +148,7 @@
(commit commit)))
(sha256
(base32
- "1wa67gdipmzqr400hp0cw5ih0rlfvj345h65rqbk9s4g3bkg38hm"))
+ "1ggzlpam6hmfylxlm15658znafxq58bjkbbxp2nsvrvgmzqmh1km"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments