guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: glances: Update to 3.1.7.


From: guix-commits
Subject: 01/05: gnu: glances: Update to 3.1.7.
Date: Sun, 2 May 2021 19:31:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit be38994982a9f00c5806ded0f884595d601e4bca
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 2 23:54:47 2021 +0200

    gnu: glances: Update to 3.1.7.
    
    * gnu/packages/python-xyz.scm (glances): Update to 3.1.7.
---
 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 ab12c3b..516a120 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15392,13 +15392,13 @@ command @command{natsort} that exposes this 
functionality in the command line.")
 (define-public glances
   (package
   (name "glances")
-  (version "3.1.6")
+  (version "3.1.7")
   (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "Glances" version))
       (sha256
-        (base32 "11xbm8jgcxha191ly7q76nab1ilabiz14mqf6i3y6aw5xvgg017c"))
+        (base32 "020vb38qrb0m3sdr7xjr43cmcfxpnyg4hmb97wgxsa9zvwsjwa5x"))
       (modules '((guix build utils)))
       (snippet
        '(begin



reply via email to

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