gnu: python-psutil: Update to 5.6.2.

* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Brett Gilio 2019-05-24 19:08:56 -05:00 committed by Marius Bakke
parent 414f545ee6
commit 7abf3cbf71
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -157,14 +157,14 @@
(define-public python-psutil (define-public python-psutil
(package (package
(name "python-psutil") (name "python-psutil")
(version "5.4.3") (version "5.6.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "psutil" version)) (uri (pypi-uri "psutil" version))
(sha256 (sha256
(base32 (base32
"063v69x7spyclyaxrd3gmzj3p16q5ayg97xqhwb1kyn22a9pwip2")))) "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.