gnu: guix: Update to 1.1.0-30.875c01f.

* gnu/packages/package-management.scm (guix): Update to 1.1.0-30.875c01f.
This commit is contained in:
Maxim Cournoyer 2020-10-12 01:26:36 -04:00
parent 875c01f82d
commit e17b732481
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -131,8 +131,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 "4e3ed9bad9ed5758cdee6e636805f65e9ab710eb") (commit "875c01f82dc5f2c4ca82952ea88b3240fbe8bede")
(revision 29)) (revision 30))
(package (package
(name "guix") (name "guix")
@ -148,7 +148,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1jaqpiry7y45k5vg09b4h6yfp0rcbp931yaajy2wi61kg1z27s5x")) "0mh1hnrk84h5nzqp6aflh9ab3kxr5672c8bx44minzyd26177yik"))
(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