emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60283: closed ([PATCH] gnu: glances: Update to 3.3.0.4.)


From: GNU bug Tracking System
Subject: bug#60283: closed ([PATCH] gnu: glances: Update to 3.3.0.4.)
Date: Fri, 30 Dec 2022 02:34:02 +0000

Your message dated Fri, 30 Dec 2022 10:26:55 +0800
with message-id <871qohd3tc.fsf@envs.net>
and subject line Re: bug#60283: [PATCH] gnu: glances: Update to 3.3.0.4.
has caused the debbugs.gnu.org bug report #60283,
regarding [PATCH] gnu: glances: Update to 3.3.0.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60283: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60283
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: glances: Update to 3.3.0.4. Date: Fri, 23 Dec 2022 18:47:42 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#60283: [PATCH] gnu: glances: Update to 3.3.0.4. Date: Fri, 30 Dec 2022 10:26:55 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]