Archived
1
0
Fork 0

gnu: guix: Update to 1.4.0-4.01fd830.

* gnu/packages/package-management.scm (guix): Update to 1.4.0-4.01fd830.
This commit is contained in:
Maxim Cournoyer 2023-02-25 08:36:33 -05:00
parent 82fc07363b
commit 7b40cb7c6e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -165,8 +165,8 @@
;; 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.4.0") (let ((version "1.4.0")
(commit "d5fece6bfe6b2eaf93f936a4a6dea8fbfe118140") (commit "01fd830f2fdd388f56e6e00df747f052bbde3906")
(revision 3)) (revision 4))
(package (package
(name "guix") (name "guix")
@ -182,7 +182,7 @@
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"1q7qfxhfayhcia30w60klnv3q29a2n72vvf1wkdvwx55q3p8prsc")) "1kc4p6sakj57mdcd6avvbbw72q8irddn0cz7l17k0dp1463vjfl1"))
(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