gnu: guix: Update to 6fd7f16.

This commit is contained in:
Maxim Cournoyer 2021-04-29 21:18:56 -04:00
parent 6fd7f161d7
commit 9bf205e5a0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

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.0rc1") (let ((version "1.3.0rc1")
(commit "0d353b06ec6571972d2e8a3e3a3f0b27aa950e1c") (commit "6fd7f161d7cd6248e99e9ba44424b162d443cd61")
(revision 0)) (revision 1))
(package (package
(name "guix") (name "guix")
@ -149,7 +149,7 @@ (define-public guix
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"0zqdi8nsyarj6jlbx2i6q3fns9chi04yfazlkfkm1fwqd7jlvg35")) "0b92w6lqp4h75dds3fbxdp5shvfpkcdin809f8v94l4a2fbxkais"))
(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