me
/
guix
Archived
1
0
Fork 0

gnu: python-pyprind: Update to 2.11.3.

* gnu/packages/python-xyz.scm (python-pyprind): Update to 2.11.3.
master
Tobias Geerinckx-Rice 2021-05-18 16:08:15 +02:00
parent 8ac0d4fb4e
commit b3c4af692e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -526,13 +526,13 @@ with Python's logging module that outputs records using terminal colors.")
(define-public python-pyprind
(package
(name "python-pyprind")
(version "2.11.2")
(version "2.11.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "PyPrind" version))
(sha256
(base32
"0xg6m5hr33h9bdlrr42kc58jm2m87a9zsagy7n2m4n407d2snv64"))))
"1gscnlvj37m421ch3akm3kddxqkrgbg5zrpwy2ky1j59w6vclzg3"))))
(build-system python-build-system)
(propagated-inputs
`(("python-psutil" ,python-psutil)))