gnu: hyfetch: Update to 1.99.0.

* gnu/packages/admin.scm (hyfetch): Update to 1.99.0.

Change-Id: Ic721411811ed2c49f58452ef8ffd714537484148
This commit is contained in:
Hilton Chain 2025-01-11 13:41:40 +08:00
parent bb160dc458
commit 920c9d8166
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -4153,7 +4153,7 @@ (define-public neofetch
(define-public hyfetch
(package
(name "hyfetch")
(version "1.4.11")
(version "1.99.0")
(source
(origin
(method git-fetch)
@ -4163,7 +4163,7 @@ (define-public hyfetch
(file-name (git-file-name name version))
(sha256
(base32
"1ymj72virh8y8gwgg3j3skf6j0zn7p0plcza57lln1drnjspycy7"))))
"02bc6dhwvf1daqlsw3am9y2wjfkhs8lpw3vgdxw74jg0w9bpzg8q"))))
(build-system python-build-system)
(arguments (list #:tests? #f)) ;no tests
(inputs (list python-typing-extensions))