gnu: guix: Update to 4985a42.

* gnu/packages/package-management.scm (guix): Update to 4985a42.
This commit is contained in:
Christopher Baines 2021-06-18 12:35:53 +01:00
parent 8bf2e237f8
commit ba575ee814
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -132,8 +132,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.3.0") (let ((version "1.3.0")
(commit "50dfbbf8ef52111067071c788e19fc21d54c40d6") (commit "4985a4272497bf9ba87a2190353d915da9b55906")
(revision 3)) (revision 4))
(package (package
(name "guix") (name "guix")
@ -149,7 +149,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"128608qyza3p769h7awp183c2mi9gdx2b1xidvmjilfkphlg1lyi")) "0d1pal92pnqs9zh5rgw1s6whvzf199p1gqa12x6ssyqbc65m32xc"))
(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