gnu: python-py3status: Update to 3.1.
* gnu/packages/python.scm (python-py3status): Update to 3.1. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
4f6ec7e800
commit
d2262d7052
|
@ -9015,14 +9015,14 @@ to occurences in strings and comments.")
|
||||||
(define-public python-py3status
|
(define-public python-py3status
|
||||||
(package
|
(package
|
||||||
(name "python-py3status")
|
(name "python-py3status")
|
||||||
(version "2.9")
|
(version "3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "py3status" version))
|
(uri (pypi-uri "py3status" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09y7h8rjay5kzwk5akq7f5f9wqnvjkxhivck04hdc8ny1nw3vqzp"))))
|
"0i283z1pivmir61z8kbiycigc94l61v33ygzkhczf1ifq7cppyds"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python-setuptools" ,python-setuptools)))
|
||||||
|
|
Loading…
Reference in New Issue