guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: python-psutil: Update to 4.3.0.


From: Efraim Flashner
Subject: 01/05: gnu: python-psutil: Update to 4.3.0.
Date: Thu, 7 Jul 2016 17:50:31 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 88535a4453439266bde800084b4dda9f02950cc2
Author: Efraim Flashner <address@hidden>
Date:   Thu Jul 7 17:37:02 2016 +0300

    gnu: python-psutil: Update to 4.3.0.
    
    * gnu/packages/python.scm (python-psutil): Update to 4.3.0.
    [home-page]: Update home-page.
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index eaac945..0283370 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]