summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-15 09:58:26 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-15 09:58:26 +0200
commit33ff35d57095bb1283e9fb40edc24556f9a43682 (patch)
tree9a8300f7902aff11a5343cc0cf49e5c50dcc3a7c
parentd62c9b2671be55ae0305bebfda17b595f33797f2 (diff)
gnu: guix: Update to 1.1.0.
-rw-r--r--gnu/packages/package-management.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 8e8ce3ab2f7..6834012c558 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -109,9 +109,9 @@
109 ;; Latest version of Guix, which may or may not correspond to a release. 109 ;; Latest version of Guix, which may or may not correspond to a release.
110 ;; Note: the 'update-guix-package.scm' script expects this definition to 110 ;; Note: the 'update-guix-package.scm' script expects this definition to
111 ;; start precisely like this. 111 ;; start precisely like this.
112 (let ((version "1.1.0rc2") 112 (let ((version "1.1.0")
113 (commit "9d0d27fd8841a923bb6109d3758d925fbd737b65") 113 (commit "d62c9b2671be55ae0305bebfda17b595f33797f2")
114 (revision 1)) 114 (revision 0))
115 (package 115 (package
116 (name "guix") 116 (name "guix")
117 117
@@ -127,7 +127,7 @@
127 (commit commit))) 127 (commit commit)))
128 (sha256 128 (sha256
129 (base32 129 (base32
130 "0m1mgha9ia22961pr29kvwalza734yhnaibah3d0k42mw826v7h1")) 130 "0v76hb0pidfgvxa22gq6hqf5yc3m527gl7hpzykazgjh881g2vmy"))
131 (file-name (string-append "guix-" version "-checkout")))) 131 (file-name (string-append "guix-" version "-checkout"))))
132 (build-system gnu-build-system) 132 (build-system gnu-build-system)
133 (arguments 133 (arguments