gnu: python-psutil: Update to 3.3.0.
* gnu/packages/python.scm (python-psutil): Update to 3.3.0.
This commit is contained in:
parent
38eb6919e1
commit
f56777be0a
1 changed files with 3 additions and 5 deletions
|
@ -341,16 +341,14 @@ (define-public python-minimal-wrapper (wrap-python3 python-minimal))
|
||||||
(define-public python-psutil
|
(define-public python-psutil
|
||||||
(package
|
(package
|
||||||
(name "python-psutil")
|
(name "python-psutil")
|
||||||
(version "3.0.1")
|
(version "3.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "psutil" version))
|
||||||
"https://pypi.python.org/packages/source/p/psutil/psutil-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00c8h1mzqysih99z8pnbmdv117d2naldf11yjy50dhykxsf3n89z"))))
|
"11bd1555vf2ibjnmqf64im5cp55vcqfq45ccinm9ll3bs68na6s2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python-setuptools" ,python-setuptools)))
|
||||||
|
|
Loading…
Reference in a new issue