diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 22:30:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 23:11:01 +0100 |
commit | e9119ac1d89e78ca45ee93d28e17de2c5d901557 (patch) | |
tree | e3c436b2db78ab9db907ff873e87ac838141fc69 /gnu | |
parent | 1c43c6985df019db68dd580be2871536bae75037 (diff) | |
download | patches-e9119ac1d89e78ca45ee93d28e17de2c5d901557.tar patches-e9119ac1d89e78ca45ee93d28e17de2c5d901557.tar.gz |
gnu: python-psutil: Update to 5.6.5.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c09e8e1676..a9fda1bc2c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -166,13 +166,13 @@ (define-public python-psutil (package (name "python-psutil") - (version "5.6.3") + (version "5.6.5") (source (origin (method url-fetch) (uri (pypi-uri "psutil" version)) (sha256 - (base32 "1wv31zly44qj0rp2acg58xbnc7bf6ffyadasq093l455q30qafl6")))) + (base32 "0isil5jxwwd8awz54qk28rpgjg43i5l6yl70g40vxwa4r4m56lfh")))) (build-system python-build-system) (arguments ;; FIXME: some tests does not return and times out. |