mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-py3status: Update to 3.16.
* gnu/packages/python-xyz.scm (python-py3status): Update to 3.16.
This commit is contained in:
parent
2f041a4cef
commit
77f3d30364
1 changed files with 2 additions and 2 deletions
|
@ -8993,14 +8993,14 @@ (define-public python-rope
|
|||
(define-public python-py3status
|
||||
(package
|
||||
(name "python-py3status")
|
||||
(version "3.7")
|
||||
(version "3.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "py3status" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0shxcfz4wcczj0mhwp4w0dvwd2fdd9bgprq8slim1519iiqzgwhq"))))
|
||||
"1xrfph277bgjln3jbpzpgkhxad04fjvj7s3xfil42q1sxi4s3q3g"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("file" ,file)))
|
||||
|
|
Loading…
Reference in a new issue