mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
|
||||
(package
|
||||
(name "python-psutil")
|
||||
(version "3.0.1")
|
||||
(version "3.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/p/psutil/psutil-"
|
||||
version ".tar.gz"))
|
||||
(uri (pypi-uri "psutil" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00c8h1mzqysih99z8pnbmdv117d2naldf11yjy50dhykxsf3n89z"))))
|
||||
"11bd1555vf2ibjnmqf64im5cp55vcqfq45ccinm9ll3bs68na6s2"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-setuptools" ,python-setuptools)))
|
||||
|
|
Loading…
Reference in a new issue