gnu: hyfetch: Update to 1.4.4.
* gnu/packages/admin.scm (hyfetch): Update to 1.4.4.
This commit is contained in:
parent
992773d3a2
commit
6c50e416a5
1 changed files with 2 additions and 2 deletions
|
@ -3918,13 +3918,13 @@ 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.1")
|
(version "1.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "HyFetch" version))
|
(uri (pypi-uri "HyFetch" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18s8r63aqyah34vbahccgkiqw4008i2w5kvhqd9s8bdd4yvsrn4n"))))
|
(base32 "1k3pcl16y2czkk7wd79yk0w1kqpi4fp8h8szhjs5ywwy20nqmms8"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs (list python-hypy-utils python-typing-extensions))
|
(inputs (list python-hypy-utils python-typing-extensions))
|
||||||
(arguments `(#:phases (modify-phases %standard-phases
|
(arguments `(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue