guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: glances: Update to 3.4.0.3.


From: guix-commits
Subject: 04/09: gnu: glances: Update to 3.4.0.3.
Date: Thu, 1 Jun 2023 05:55:11 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit dc61b7fcf79d0919262e6340133f27974fddc266
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 24 18:07:21 2023 +0000

    gnu: glances: Update to 3.4.0.3.
    
    * gnu/packages/python-xyz.scm (glances): Update to 3.4.0.3.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1826eb497d..25d69b5d0c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19920,13 +19920,13 @@ numbers, real numbers, mixed types and more, and 
comes with a shell command
 (define-public glances
   (package
   (name "glances")
-  (version "3.3.1.1")
+  (version "3.4.0.3")
   (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "Glances" version))
       (sha256
-        (base32 "16i92vsjpxpnpkab1wa1y2iw931mq1hna0d2gkkjmgxz1hhr58ih"))
+        (base32 "0pf8hxbgwkhv8l5frg61b073vscz5a7bz1al7xhn36fvh10xbcg7"))
       (modules '((guix build utils)))
       (snippet
        '(begin



reply via email to

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