gnu: python-psutil: Update to 5.7.2.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.7.2.master
parent
1c5901ae4e
commit
ddedd27270
|
@ -420,13 +420,13 @@ data for video and audio files.")
|
||||||
(define-public python-psutil
|
(define-public python-psutil
|
||||||
(package
|
(package
|
||||||
(name "python-psutil")
|
(name "python-psutil")
|
||||||
(version "5.7.0")
|
(version "5.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "psutil" version))
|
(uri (pypi-uri "psutil" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03jykdi3dgf1cdal9bv4fq9zjvzj9l9bs99gi5ar81sdl5nc2pk8"))))
|
(base32 "1svv985vmqsls35kmvp3vhh26nsgz229324s9k29awf6qgqhm6ch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: some tests do not return and time out. Some tests fail because
|
;; FIXME: some tests do not return and time out. Some tests fail because
|
||||||
|
|
Reference in New Issue