gnu: python-psutil: Update to 5.6.3.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.3.master
parent
1d4944f973
commit
225aaf2676
|
@ -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.
|
||||||
|
|
Reference in New Issue