gnu: guix: Update to 1.3.0-19.a9f2cc8.

* gnu/packages/package-management.scm (guix): Update to 1.3.0-19.a9f2cc8.
This commit is contained in:
Chris Marusich 2022-01-06 19:14:35 -08:00
parent a9f2cc84bc
commit e3e10fdda1
No known key found for this signature in database
GPG key ID: DD409A15D822469D

View file

@ -151,8 +151,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 "79260c8695cc5e3cd64f5b01e262369d5a67f141") (commit "a9f2cc84bc6434fd1ac592ce0d4b84e1580c7ee2")
(revision 18)) (revision 19))
(package (package
(name "guix") (name "guix")
@ -168,7 +168,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"0mz3my8h1jy6ghsj3xk5i9sl0rjkpf64n770k9lbqrb0h4dxzaqw")) "1d064hx6wk2rfbc059zaj585rvrj1lkpx5vhyc6yhhmfdwssq0rp"))
(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