guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: glances: Update to 3.3.0.4.


From: guix-commits
Subject: branch master updated: gnu: glances: Update to 3.3.0.4.
Date: Thu, 29 Dec 2022 21:25:36 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a09f28758a gnu: glances: Update to 3.3.0.4.
a09f28758a is described below

commit a09f28758af24e947f9daaf549740e52af111941
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Dec 23 18:47:42 2022 +0000

    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>
---
 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 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



reply via email to

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