diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-07-07 17:37:02 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-07-07 17:38:20 +0300 |
commit | 88535a4453439266bde800084b4dda9f02950cc2 (patch) | |
tree | ef01d882a061cdf8bde8b3d5dc61094f2c29c61e | |
parent | d285657eae743ec2e00b3ad7962349268e68a473 (diff) | |
download | patches-88535a4453439266bde800084b4dda9f02950cc2.tar patches-88535a4453439266bde800084b4dda9f02950cc2.tar.gz |
gnu: python-psutil: Update to 4.3.0.
* gnu/packages/python.scm (python-psutil): Update to 4.3.0.
[home-page]: Update home-page.
-rw-r--r-- | gnu/packages/python.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index eaac945919..02833701fc 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -367,18 +367,18 @@ instead of @command{python3}."))) (define-public python-psutil (package (name "python-psutil") - (version "3.3.0") + (version "4.3.0") (source (origin (method url-fetch) (uri (pypi-uri "psutil" version)) (sha256 (base32 - "11bd1555vf2ibjnmqf64im5cp55vcqfq45ccinm9ll3bs68na6s2")))) + "1w4r09fvn6kd80m5mx4ws1wz100brkaq6hzzpwrns8cgjzjpl6c6")))) (build-system python-build-system) (native-inputs `(("python-setuptools" ,python-setuptools))) - (home-page "https://pypi.python.org/pypi/psutil/") + (home-page "https://www.github.com/giampaolo/psutil") (synopsis "Library for retrieving information on running processes") (description "psutil (Python system and process utilities) is a library for retrieving |