gnu: guix: Update to 1.1.0rc2.

This commit is contained in:
Ludovic Courtès 2020-04-12 00:38:43 +02:00
parent 935ef44b39
commit 9d0d27fd88
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -109,9 +109,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.0.1") (let ((version "1.1.0rc2")
(commit "09844816c77caaa60f4149f99a34733966724627") (commit "935ef44b398353b5b6af94e185d7b0c3d833db0b")
(revision 15)) (revision 0))
(package (package
(name "guix") (name "guix")
@ -127,7 +127,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1fciffls6cw9zz13vig5x37r73qxc0irzyh0caimciddlksvabf7")) "1kag3k0k2apidx5nhravsa0f7if9dzhzxpam3yv1832m8zd8k9al"))
(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