gnu: python-py3status: Update to 3.16.
* gnu/packages/python-xyz.scm (python-py3status): Update to 3.16.master
parent
2f041a4cef
commit
77f3d30364
|
@ -8993,14 +8993,14 @@ to occurrences in strings and comments.")
|
||||||
(define-public python-py3status
|
(define-public python-py3status
|
||||||
(package
|
(package
|
||||||
(name "python-py3status")
|
(name "python-py3status")
|
||||||
(version "3.7")
|
(version "3.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "py3status" version))
|
(uri (pypi-uri "py3status" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0shxcfz4wcczj0mhwp4w0dvwd2fdd9bgprq8slim1519iiqzgwhq"))))
|
"1xrfph277bgjln3jbpzpgkhxad04fjvj7s3xfil42q1sxi4s3q3g"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("file" ,file)))
|
`(("file" ,file)))
|
||||||
|
|
Reference in New Issue