guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: guix: Update to 1.2.0.


From: guix-commits
Subject: 01/02: gnu: guix: Update to 1.2.0.
Date: Sun, 22 Nov 2020 18:09:41 -0500 (EST)

civodul pushed a commit to branch version-1.2.0
in repository guix.

commit bd96e6d34e4e65dc37eaae7302033d0da287c1e2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Nov 22 20:34:29 2020 +0100

    gnu: guix: Update to 1.2.0.
---
 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 b14febf..0346e16 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.0rc2")
-        (commit "0d4b1afb6bfa4bdeade2cb6409ece9467d513e39")
-        (revision 1))
+  (let ((version "1.2.0")
+        (commit "a099685659b4bfa6b3218f84953cbb7ff9e88063")
+        (revision 0))
     (package
       (name "guix")
 
@@ -148,7 +148,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "1d0pifzrr14f1n0fn21rlh0hzfjvfsavf9as1vcjga47bdjjvrpp"))
+                  "0bb2gx9dhbj5nbhz5fp9z1b7hiikdf6nwlj19hnbshl5ypixjj09"))
                 (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]