guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-glances: Update to 3.1.1.


From: guix-commits
Subject: 01/02: gnu: python-glances: Update to 3.1.1.
Date: Tue, 30 Jul 2019 23:50:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9898a2d3451c1690df4924c39de9d4029b543934
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jul 31 05:18:44 2019 +0200

    gnu: python-glances: Update to 3.1.1.
    
    * gnu/packages/python-xyz.scm (python-glances): Update to 3.1.1.
    [propagated-inputs]: Add python-future.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 362ab7f..49e125a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10945,17 +10945,18 @@ command @command{natsort} that exposes this 
functionality in the command line.")
 (define-public python-glances
   (package
   (name "python-glances")
-  (version "3.0.2")
+  (version "3.1.1")
   (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "Glances" version))
       (sha256
         (base32
-          "09fxysfp1n16csqvzvawy74qm6a94nvwjf3vcf5gkqp4i6k4vjjy"))))
+          "07j1ggzsqiskyz1i4mrnyr9i95v0dqi0i0hibnv1l188km8shmi8"))))
   (build-system python-build-system)
   (propagated-inputs
-   `(("python-psutil" ,python-psutil)))
+   `(("python-future" ,python-future)
+     ("python-psutil" ,python-psutil)))
   (home-page
     "https://github.com/nicolargo/glances";)
   (synopsis



reply via email to

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