mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
414f545ee6
commit
7abf3cbf71
1 changed files with 2 additions and 2 deletions
|
@ -157,14 +157,14 @@ (define-module (gnu packages python-xyz)
|
|||
(define-public python-psutil
|
||||
(package
|
||||
(name "python-psutil")
|
||||
(version "5.4.3")
|
||||
(version "5.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "psutil" version))
|
||||
(sha256
|
||||
(base32
|
||||
"063v69x7spyclyaxrd3gmzj3p16q5ayg97xqhwb1kyn22a9pwip2"))))
|
||||
"1v95vb5385qscfdvphv8l2w22bmir3d7yhpi02n58v3mlqy1r3l2"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; FIXME: some tests does not return and times out.
|
||||
|
|
Loading…
Reference in a new issue