gnu: guix: Update to 1.1.0-20.537080f.

* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.537080f.
This commit is contained in:
Maxim Cournoyer 2020-08-25 13:42:48 -04:00
parent 4b5a6fbc9b
commit 29d3569c9c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -120,8 +120,8 @@ (define-public guix
;; 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.1.0") (let ((version "1.1.0")
(commit "0c50d7231b124e7389d4cb0ab117a3d7dce1b817") (commit "537080fad8dfa63df2f1d0b0d046a28077d56a56")
(revision 19)) (revision 20))
(package (package
(name "guix") (name "guix")
@ -137,7 +137,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"04a0kncn19yriymc88ia5fxqskhvrwhb129as0ng3z9zxvfz9qcn")) "19nga4017m7gn82zljjsznr353van22507yjhqb9ghvh8h3lhxa8"))
(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