me
/
guix
Archived
1
0
Fork 0

gnu: python-psutil: Update to 5.6.3.

* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.3.
master
Tobias Geerinckx-Rice 2019-10-22 20:14:26 +02:00
parent 1d4944f973
commit 225aaf2676
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -166,14 +166,13 @@
(define-public python-psutil (define-public python-psutil
(package (package
(name "python-psutil") (name "python-psutil")
(version "5.6.2") (version "5.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "psutil" version)) (uri (pypi-uri "psutil" version))
(sha256 (sha256
(base32 (base32 "1wv31zly44qj0rp2acg58xbnc7bf6ffyadasq093l455q30qafl6"))))
"1v95vb5385qscfdvphv8l2w22bmir3d7yhpi02n58v3mlqy1r3l2"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; FIXME: some tests does not return and times out. ;; FIXME: some tests does not return and times out.