[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: guix: Update to 1.3.0rc1.
From: |
guix-commits |
Subject: |
06/08: gnu: guix: Update to 1.3.0rc1. |
Date: |
Mon, 19 Apr 2021 08:21:18 -0400 (EDT) |
apteryx pushed a commit to branch version-1.3.0
in repository guix.
commit 8ae9f44ffe79384a7efbc8837973fe277cd9dcf8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Apr 19 00:06:37 2021 -0400
gnu: guix: Update to 1.3.0rc1.
---
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 08050e9..7646d95 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -131,9 +131,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.0")
- (commit "4dff6ecde85eec473ab231cf75f51e98e8aca1e9")
- (revision 21))
+ (let ((version "1.3.0rc1")
+ (commit "3389403dbf84b7bc20dda71579922a96d82458af")
+ (revision 0))
(package
(name "guix")
@@ -149,7 +149,7 @@
(commit commit)))
(sha256
(base32
- "1n16j7rb4n4pjmp8ck5g206rphmzxii2mbyz1nk4qk70zc3mwszq"))
+ "14yk5nvx0lblzlvw9ww9yv6p10a0pdzfjpqhchbni1pjm3cwribd"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
- branch version-1.3.0 created (now cb3f969), guix-commits, 2021/04/19
- 01/08: build-aux: Relax the regexp used to match NEWS sections., guix-commits, 2021/04/19
- 06/08: gnu: guix: Update to 1.3.0rc1.,
guix-commits <=
- 07/08: gnu: guix: Update to 1.3.0rc1.1-07828., guix-commits, 2021/04/19
- 08/08: WIP: Prepare for the release., guix-commits, 2021/04/19
- 02/08: build: Remove a workaround for a 2017 gettext issue., guix-commits, 2021/04/19
- 03/08: build: Add doc-po-update as a prerequisite to the dist target., guix-commits, 2021/04/19
- 04/08: .gitignore: Ignore generated .pot files., guix-commits, 2021/04/19
- 05/08: build: Use dist instead of distcheck for the release target., guix-commits, 2021/04/19