me
/
guix
Archived
1
0
Fork 0

gnu: python-glances: Update to 3.1.1.

* gnu/packages/python-xyz.scm (python-glances): Update to 3.1.1.
[propagated-inputs]: Add python-future.
master
Tobias Geerinckx-Rice 2019-07-31 05:18:44 +02:00
parent 9e43348e75
commit 9898a2d345
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -10945,17 +10945,18 @@ command @command{natsort} that exposes this functionality in the command line.")
(define-public python-glances (define-public python-glances
(package (package
(name "python-glances") (name "python-glances")
(version "3.0.2") (version "3.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Glances" version)) (uri (pypi-uri "Glances" version))
(sha256 (sha256
(base32 (base32
"09fxysfp1n16csqvzvawy74qm6a94nvwjf3vcf5gkqp4i6k4vjjy")))) "07j1ggzsqiskyz1i4mrnyr9i95v0dqi0i0hibnv1l188km8shmi8"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-psutil" ,python-psutil))) `(("python-future" ,python-future)
("python-psutil" ,python-psutil)))
(home-page (home-page
"https://github.com/nicolargo/glances") "https://github.com/nicolargo/glances")
(synopsis (synopsis