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:
Raphaël Mélotte 2023-04-20 13:15:32 +02:00 committed by Ludovic Courtès
parent 819cd80710
commit 4dbe29a76a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -19519,13 +19519,13 @@ (define-public python-natsort
(define-public glances
(package
(name "glances")
(version "3.3.0.4")
(version "3.3.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Glances" version))
(sha256
(base32 "0klyyxqc7cbrf1i741304i3rrwan19qm2v58xmrlgqsmxac542la"))
(base32 "16i92vsjpxpnpkab1wa1y2iw931mq1hna0d2gkkjmgxz1hhr58ih"))
(modules '((guix build utils)))
(snippet
'(begin
@ -19539,7 +19539,7 @@ (define-public glances
#t))))
(build-system python-build-system)
(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")
(synopsis "Cross-platform curses-based monitoring tool")
(description