gnu: python-glances: Update to 3.0.2.
* gnu/packages/python.scm (python-glances): Update to 3.0.2.
This commit is contained in:
parent
67fd64a490
commit
227da3a4c5
|
@ -10246,14 +10246,14 @@ functionality in the command line.")
|
||||||
(define-public python-glances
|
(define-public python-glances
|
||||||
(package
|
(package
|
||||||
(name "python-glances")
|
(name "python-glances")
|
||||||
(version "2.7.1")
|
(version "3.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Glances" version))
|
(uri (pypi-uri "Glances" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11jbq40g8alsbirnd4kiagznqg270247i0m8qhi48ldf2i5xppxg"))))
|
"09fxysfp1n16csqvzvawy74qm6a94nvwjf3vcf5gkqp4i6k4vjjy"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-psutil" ,python-psutil)))
|
`(("python-psutil" ,python-psutil)))
|
||||||
|
|
Loading…
Reference in New Issue