gnu: python-glances: Update to 3.1.2.

* gnu/packages/python-xyz.scm (python-glances): Update to 3.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-10 18:18:09 +01:00
parent 21724ed951
commit a4ac25df71
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C

View File

@ -11353,14 +11353,13 @@ (define-public python2-natsort
(define-public python-glances
(package
(name "python-glances")
(version "3.1.1")
(version "3.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Glances" version))
(sha256
(base32
"07j1ggzsqiskyz1i4mrnyr9i95v0dqi0i0hibnv1l188km8shmi8"))
(base32 "15384pbvw9wj4sb8zgvd9v1812vrypbyjg0acicjf1hdb3p30fkk"))
(modules '((guix build utils)))
(snippet
'(begin
@ -11376,8 +11375,7 @@ (define-public python-glances
(propagated-inputs
`(("python-future" ,python-future)
("python-psutil" ,python-psutil)))
(home-page
"https://github.com/nicolargo/glances")
(home-page "https://github.com/nicolargo/glances")
(synopsis "Cross-platform curses-based monitoring tool")
(description
"Glances is a curses-based monitoring tool for a wide variety of platforms.