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.1.0.


From: guix-commits
Subject: 01/02: gnu: guix: Update to 1.1.0.
Date: Wed, 15 Apr 2020 07:45:39 -0400 (EDT)

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

commit 33ff35d57095bb1283e9fb40edc24556f9a43682
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Apr 15 09:58:26 2020 +0200

    gnu: guix: Update to 1.1.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 8e8ce3a..6834012 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -109,9 +109,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.1.0rc2")
-        (commit "9d0d27fd8841a923bb6109d3758d925fbd737b65")
-        (revision 1))
+  (let ((version "1.1.0")
+        (commit "d62c9b2671be55ae0305bebfda17b595f33797f2")
+        (revision 0))
     (package
       (name "guix")
 
@@ -127,7 +127,7 @@
                       (commit commit)))
                 (sha256
                  (base32
-                  "0m1mgha9ia22961pr29kvwalza734yhnaibah3d0k42mw826v7h1"))
+                  "0v76hb0pidfgvxa22gq6hqf5yc3m527gl7hpzykazgjh881g2vmy"))
                 (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]