me
/
guix
Archived
1
0
Fork 0

gnu: hyfetch: Update to 1.4.10.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
Hilton Chain 2023-08-20 20:10:21 +08:00 committed by Christopher Baines
parent 290926ae60
commit 62eafea1a6
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -3979,7 +3979,7 @@ you are running, what theme or icon set you are using, etc.")
(define-public hyfetch
(package
(name "hyfetch")
(version "1.4.8")
(version "1.4.10")
(source
(origin
(method git-fetch)
@ -3989,7 +3989,7 @@ you are running, what theme or icon set you are using, etc.")
(file-name (git-file-name name version))
(sha256
(base32
"127nwgxcq0fs9wavs0sqv8zqdz7yfahw1nr9pgb6z5yjnc5cdcx3"))))
"1lf1vrasinda9j6yazznpx54gg5j24xvkjb68dxhby9dg8ql1h87"))))
(build-system python-build-system)
(arguments (list #:tests? #f)) ;no tests
(inputs (list python-typing-extensions))