gnu: glances: Update to 3.3.1.1.
* gnu/packages/python-xyz.scm (glances): Update to 3.3.1.1 [propagated-inputs]: Add python-ujson, which is a new dependency since release v3.3.1 (replacing the builtin json module). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
819cd80710
commit
4dbe29a76a
1 changed files with 3 additions and 3 deletions
|
@ -19519,13 +19519,13 @@ numbers, real numbers, mixed types and more, and comes with a shell command
|
||||||
(define-public glances
|
(define-public glances
|
||||||
(package
|
(package
|
||||||
(name "glances")
|
(name "glances")
|
||||||
(version "3.3.0.4")
|
(version "3.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 "0klyyxqc7cbrf1i741304i3rrwan19qm2v58xmrlgqsmxac542la"))
|
(base32 "16i92vsjpxpnpkab1wa1y2iw931mq1hna0d2gkkjmgxz1hhr58ih"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -19539,7 +19539,7 @@ numbers, real numbers, mixed types and more, and comes with a shell command
|
||||||
#t))))
|
#t))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-defusedxml python-future python-packaging python-psutil))
|
(list python-defusedxml python-future python-packaging python-psutil python-ujson))
|
||||||
(home-page "https://github.com/nicolargo/glances")
|
(home-page "https://github.com/nicolargo/glances")
|
||||||
(synopsis "Cross-platform curses-based monitoring tool")
|
(synopsis "Cross-platform curses-based monitoring tool")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue