me
/
guix
Archived
1
0
Fork 0

gnu: python-py3status: Update to 3.21.

* gnu/packages/python-xyz.scm (python-py3status): Update to 3.21.
master
Tobias Geerinckx-Rice 2019-10-14 19:32:46 +02:00
parent 53a3ebed68
commit ef68b35da9
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -9962,14 +9962,13 @@ to occurrences in strings and comments.")
(define-public python-py3status
(package
(name "python-py3status")
(version "3.16")
(version "3.21")
(source
(origin
(method url-fetch)
(uri (pypi-uri "py3status" version))
(sha256
(base32
"1xrfph277bgjln3jbpzpgkhxad04fjvj7s3xfil42q1sxi4s3q3g"))))
(base32 "16z8zq83hxy48g6hh4xczbdz50qvxv9k1aahr4fqq7jis60cc262"))))
(build-system python-build-system)
(inputs
`(("file" ,file)))