gnu: python-psutil: Update to 5.6.5.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 8 Nov 2019 21:30:46 +0000 (22:30 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 8 Nov 2019 22:11:01 +0000 (23:11 +0100)
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.5.

gnu/packages/python-xyz.scm

index c09e8e1..a9fda1b 100644 (file)
 (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.