gnu: guix: Update to 1.2.0rc2.

This commit is contained in:
Ludovic Courtès 2020-11-18 17:36:34 +01:00
parent 207c3c594e
commit 0d4b1afb6b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -130,9 +130,9 @@ (define-public guix
;; Latest version of Guix, which may or may not correspond to a release. ;; Latest version of Guix, which may or may not correspond to a release.
;; Note: the 'update-guix-package.scm' script expects this definition to ;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this. ;; start precisely like this.
(let ((version "1.2.0rc1") (let ((version "1.2.0rc2")
(commit "3ba6ffd0dd092ae879d014e4971989f231eaa56d") (commit "207c3c594e22b678ddcea8ebc78f19b839612187")
(revision 1)) (revision 0))
(package (package
(name "guix") (name "guix")
@ -148,7 +148,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1wa67gdipmzqr400hp0cw5ih0rlfvj345h65rqbk9s4g3bkg38hm")) "1ggzlpam6hmfylxlm15658znafxq58bjkbbxp2nsvrvgmzqmh1km"))
(file-name (string-append "guix-" version "-checkout")))) (file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments