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:
parent
21724ed951
commit
a4ac25df71
@ -11353,14 +11353,13 @@ 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.1.1")
|
(version "3.1.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 "15384pbvw9wj4sb8zgvd9v1812vrypbyjg0acicjf1hdb3p30fkk"))
|
||||||
"07j1ggzsqiskyz1i4mrnyr9i95v0dqi0i0hibnv1l188km8shmi8"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
@ -11376,8 +11375,7 @@ command @command{natsort} that exposes this functionality in the command line.")
|
|||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-future" ,python-future)
|
`(("python-future" ,python-future)
|
||||||
("python-psutil" ,python-psutil)))
|
("python-psutil" ,python-psutil)))
|
||||||
(home-page
|
(home-page "https://github.com/nicolargo/glances")
|
||||||
"https://github.com/nicolargo/glances")
|
|
||||||
(synopsis "Cross-platform curses-based monitoring tool")
|
(synopsis "Cross-platform curses-based monitoring tool")
|
||||||
(description
|
(description
|
||||||
"Glances is a curses-based monitoring tool for a wide variety of platforms.
|
"Glances is a curses-based monitoring tool for a wide variety of platforms.
|
||||||
|
Loading…
Reference in New Issue
Block a user