mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: python-py3status: Update to 3.21.
* gnu/packages/python-xyz.scm (python-py3status): Update to 3.21.
This commit is contained in:
parent
53a3ebed68
commit
ef68b35da9
1 changed files with 2 additions and 3 deletions
|
@ -9962,14 +9962,13 @@ (define-public python-rope
|
||||||
(define-public python-py3status
|
(define-public python-py3status
|
||||||
(package
|
(package
|
||||||
(name "python-py3status")
|
(name "python-py3status")
|
||||||
(version "3.16")
|
(version "3.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "py3status" version))
|
(uri (pypi-uri "py3status" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "16z8zq83hxy48g6hh4xczbdz50qvxv9k1aahr4fqq7jis60cc262"))))
|
||||||
"1xrfph277bgjln3jbpzpgkhxad04fjvj7s3xfil42q1sxi4s3q3g"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("file" ,file)))
|
`(("file" ,file)))
|
||||||
|
|
Loading…
Reference in a new issue