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 /gnu/packages/python.scm | |
| parent | d285657eae743ec2e00b3ad7962349268e68a473 (diff) | |
gnu: python-psutil: Update to 4.3.0.
* gnu/packages/python.scm (python-psutil): Update to 4.3.0.
[home-page]: Update home-page.
Diffstat (limited to 'gnu/packages/python.scm')
| -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 eaac9459196..02833701fc0 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -367,18 +367,18 @@ instead of @command{python3}."))) | |||
| 367 | (define-public python-psutil | 367 | (define-public python-psutil |
| 368 | (package | 368 | (package |
| 369 | (name "python-psutil") | 369 | (name "python-psutil") |
| 370 | (version "3.3.0") | 370 | (version "4.3.0") |
| 371 | (source | 371 | (source |
| 372 | (origin | 372 | (origin |
| 373 | (method url-fetch) | 373 | (method url-fetch) |
| 374 | (uri (pypi-uri "psutil" version)) | 374 | (uri (pypi-uri "psutil" version)) |
| 375 | (sha256 | 375 | (sha256 |
| 376 | (base32 | 376 | (base32 |
| 377 | "11bd1555vf2ibjnmqf64im5cp55vcqfq45ccinm9ll3bs68na6s2")))) | 377 | "1w4r09fvn6kd80m5mx4ws1wz100brkaq6hzzpwrns8cgjzjpl6c6")))) |
| 378 | (build-system python-build-system) | 378 | (build-system python-build-system) |
| 379 | (native-inputs | 379 | (native-inputs |
| 380 | `(("python-setuptools" ,python-setuptools))) | 380 | `(("python-setuptools" ,python-setuptools))) |
| 381 | (home-page "https://pypi.python.org/pypi/psutil/") | 381 | (home-page "https://www.github.com/giampaolo/psutil") |
| 382 | (synopsis "Library for retrieving information on running processes") | 382 | (synopsis "Library for retrieving information on running processes") |
| 383 | (description | 383 | (description |
| 384 | "psutil (Python system and process utilities) is a library for retrieving | 384 | "psutil (Python system and process utilities) is a library for retrieving |
