gnu: python-psutil: Update to 5.6.5.

* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-08 22:30:46 +01:00
parent 1c43c6985d
commit e9119ac1d8
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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