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 (define-public glances
(package (package
(name "glances") (name "glances")
(version "3.1.7") (version "3.3.0.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Glances" version)) (uri (pypi-uri "Glances" version))
(sha256 (sha256
(base32 "020vb38qrb0m3sdr7xjr43cmcfxpnyg4hmb97wgxsa9zvwsjwa5x")) (base32 "0klyyxqc7cbrf1i741304i3rrwan19qm2v58xmrlgqsmxac542la"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -18909,7 +18909,7 @@ (define-public glances
#t)))) #t))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
(list python-future python-psutil)) (list python-defusedxml python-future python-packaging python-psutil))
(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