unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60283] [PATCH] gnu: glances: Update to 3.3.0.4.
@ 2022-12-23 18:47 Greg Hogan
  2022-12-30  2:26 ` bug#60283: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-12-23 18:47 UTC (permalink / raw)
  To: 60283; +Cc: Greg Hogan

* gnu/packages/python-xyz.scm (glances): Update to 3.3.0.4.
[propagated-inputs]: Add python-defusedxml and python-packaging.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ee25a2d655..88371fe6c3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18879,13 +18879,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
@@ -18899,7 +18899,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
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60283: [PATCH] gnu: glances: Update to 3.3.0.4.
  2022-12-23 18:47 [bug#60283] [PATCH] gnu: glances: Update to 3.3.0.4 Greg Hogan
@ 2022-12-30  2:26 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-12-30  2:26 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 60283-done

Greg Hogan <code@greghogan.com> writes:

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

Applied, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-30  2:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23 18:47 [bug#60283] [PATCH] gnu: glances: Update to 3.3.0.4 Greg Hogan
2022-12-30  2:26 ` bug#60283: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).