me
/
guix
Archived
1
0
Fork 0

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>
master
Ivan Vilata-i-Balaguer 2016-09-12 19:24:51 +02:00 committed by Leo Famulari
parent 4f6ec7e800
commit d2262d7052
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -9015,14 +9015,14 @@ to occurences in strings and comments.")
(define-public python-py3status
(package
(name "python-py3status")
(version "2.9")
(version "3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "py3status" version))
(sha256
(base32
"09y7h8rjay5kzwk5akq7f5f9wqnvjkxhivck04hdc8ny1nw3vqzp"))))
"0i283z1pivmir61z8kbiycigc94l61v33ygzkhczf1ifq7cppyds"))))
(build-system python-build-system)
(native-inputs
`(("python-setuptools" ,python-setuptools)))