mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: python-psutil: Update to 5.7.2.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.7.2.
This commit is contained in:
parent
1c5901ae4e
commit
ddedd27270
1 changed files with 2 additions and 2 deletions
|
@ -420,13 +420,13 @@ (define-public python-pymediainfo
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue