gnu: guix: Update to 1.0.0.

This commit is contained in:
Ludovic Courtès 2019-05-01 14:11:34 +02:00
parent 6298c3ffd9
commit 326dcbf1b3
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 "0.16.0") (let ((version "1.0.0")
(commit "0c329bf4b0c00abdc9a7d9c818d36d4d60b3005d") (commit "6298c3ffd9654d3231a6f25390b056483e8f407c")
(revision 14)) (revision 0))
(package (package
(name "guix") (name "guix")
@ -127,7 +127,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1403vrazx46w9hcvqjyxa4ipwvqv0432f6rsn4981w1n3p1j4mf6")) "0qjngigdxxws8lbswmxcp31kzb6wvq8q20yjczj1jj9nbfw0i2z0"))
(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