guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]