summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-12-10 18:19:22 +0100
committerLudovic Courtès <ludo@gnu.org>2022-12-10 18:19:22 +0100
commit6dbdb5fcf5640c126ac65479b835aba83aea2a6d (patch)
tree7c2b8de83a1ea4d38674e035a99cc6876992a29b /gnu
parent7866294e32f1e758d06fce4e1b1035eca3a7d772 (diff)
gnu: guix: Update to 1.4.0rc2.
Diffstat (limited to 'gnu')
-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 b5b6b3875c9..5a09b1fcf8a 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.0rc1") 167 (let ((version "1.4.0rc2")
168 (commit "020184fd39c6244e0336db3c608d3946b8d20490") 168 (commit "7866294e32f1e758d06fce4e1b1035eca3a7d772")
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 "1489fdxdb86shx6bnfs8kihhvw44xqiv6fkx3b67cyw1dakxh1m4")) 185 "0np4fw5kq882nrkfgsvvwgcxqwvm6bzn3dbdf8p48nr7mfrm3rz9"))
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