diff options
author | Greg Hogan <code@greghogan.com> | 2022-12-23 18:47:42 +0000 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-12-30 10:26:05 +0800 |
commit | a09f28758af24e947f9daaf549740e52af111941 (patch) | |
tree | 8ba08db2b2e0db748e4a4d5dfda336d1dd7d2247 /gnu/packages | |
parent | 2fb26d8d8cd1f30d32ccb3e0a870bda5f2a6a43d (diff) |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d0cedf696a..2b28e8bd53 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18889,13 +18889,13 @@ numbers, real numbers, mixed types and more, and comes with a shell command (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 @@ numbers, real numbers, mixed types and more, and comes with a shell command #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 |