guix-patches
[Top][All Lists]
Advanced

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

[bug#63695] [PATCH] gnu: glances: Update to 3.4.0.3.


From: Greg Hogan
Subject: [bug#63695] [PATCH] gnu: glances: Update to 3.4.0.3.
Date: Wed, 24 May 2023 18:07:21 +0000

* gnu/packages/python-xyz.scm (glances): Update to 3.4.0.3.
---
 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 bd27ae9aea..14ce5f4759 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19914,13 +19914,13 @@ (define-public python-natsort
 (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
-- 
2.40.1






reply via email to

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