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>
This commit is contained in:
parent
290926ae60
commit
62eafea1a6
1 changed files with 2 additions and 2 deletions
|
@ -3979,7 +3979,7 @@ you are running, what theme or icon set you are using, etc.")
|
||||||
(define-public hyfetch
|
(define-public hyfetch
|
||||||
(package
|
(package
|
||||||
(name "hyfetch")
|
(name "hyfetch")
|
||||||
(version "1.4.8")
|
(version "1.4.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"127nwgxcq0fs9wavs0sqv8zqdz7yfahw1nr9pgb6z5yjnc5cdcx3"))))
|
"1lf1vrasinda9j6yazznpx54gg5j24xvkjb68dxhby9dg8ql1h87"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments (list #:tests? #f)) ;no tests
|
(arguments (list #:tests? #f)) ;no tests
|
||||||
(inputs (list python-typing-extensions))
|
(inputs (list python-typing-extensions))
|
||||||
|
|
Reference in a new issue