summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-12-18 16:30:58 +0100
committerLudovic Courtès <ludo@gnu.org>2022-12-18 16:30:58 +0100
commit989a3916dc8967bcb7275f10452f89bc6c3389cc (patch)
tree9752db1e8f2001dc33dcdcf14f27bab79594c041
parent8e2f32cee982d42a79e53fc1e9aa7b8ff0514714 (diff)
gnu: guix: Update to 1.4.0.
-rw-r--r--gnu/packages/package-management.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 5a09b1fcf8a..5ab6f607638 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -164,8 +164,8 @@
164 ;; Latest version of Guix, which may or may not correspond to a release. 164 ;; Latest version of Guix, which may or may not correspond to a release.
165 ;; Note: the 'update-guix-package.scm' script expects this definition to 165 ;; Note: the 'update-guix-package.scm' script expects this definition to
166 ;; start precisely like this. 166 ;; start precisely like this.
167 (let ((version "1.4.0rc2") 167 (let ((version "1.4.0")
168 (commit "7866294e32f1e758d06fce4e1b1035eca3a7d772") 168 (commit "8e2f32cee982d42a79e53fc1e9aa7b8ff0514714")
169 (revision 0)) 169 (revision 0))
170 (package 170 (package
171 (name "guix") 171 (name "guix")
@@ -182,7 +182,7 @@
182 (commit commit))) 182 (commit commit)))
183 (sha256 183 (sha256
184 (base32 184 (base32
185 "0np4fw5kq882nrkfgsvvwgcxqwvm6bzn3dbdf8p48nr7mfrm3rz9")) 185 "042mipw2bp9lc75m9g5q6rdifrp8483cmk57kwrdps0i3vd590dl"))
186 (file-name (string-append "guix-" version "-checkout")))) 186 (file-name (string-append "guix-" version "-checkout"))))
187 (build-system gnu-build-system) 187 (build-system gnu-build-system)
188 (arguments 188 (arguments