gnu: glances: Update to 3.3.0.4.

* gnu/packages/python-xyz.scm (glances): Update to 3.3.0.4.
[propagated-inputs]: Add python-defusedxml and python-packaging.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Greg Hogan 2022-12-23 18:47:42 +00:00 committed by 宋文武
parent 2fb26d8d8c
commit a09f28758a
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -18889,13 +18889,13 @@ (define-public python-natsort
(define-public glances
(package
(name "glances")
(version "3.1.7")
(version "3.3.0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Glances" version))
(sha256
(base32 "020vb38qrb0m3sdr7xjr43cmcfxpnyg4hmb97wgxsa9zvwsjwa5x"))
(base32 "0klyyxqc7cbrf1i741304i3rrwan19qm2v58xmrlgqsmxac542la"))
(modules '((guix build utils)))
(snippet
'(begin
@ -18909,7 +18909,7 @@ (define-public glances
#t))))
(build-system python-build-system)
(propagated-inputs
(list python-future python-psutil))
(list python-defusedxml python-future python-packaging python-psutil))
(home-page "https://github.com/nicolargo/glances")
(synopsis "Cross-platform curses-based monitoring tool")
(description