summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2018-10-20 18:24:23 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2018-10-20 18:24:23 +0300
commit227da3a4c5e8420927c1f69c6c87d7d2a62040fe (patch)
treea548f908952058e20271b9c3ef95f95adf457476 /gnu
parent67fd64a490f549a08f2eaa869915c37836f8c9f3 (diff)
downloadguix-patches-227da3a4c5e8420927c1f69c6c87d7d2a62040fe.tar
guix-patches-227da3a4c5e8420927c1f69c6c87d7d2a62040fe.tar.gz
gnu: python-glances: Update to 3.0.2.
* gnu/packages/python.scm (python-glances): Update to 3.0.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e3a04b0344..29ce213afb 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10246,14 +10246,14 @@ functionality in the command line.")
(define-public python-glances
(package
(name "python-glances")
- (version "2.7.1")
+ (version "3.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Glances" version))
(sha256
(base32
- "11jbq40g8alsbirnd4kiagznqg270247i0m8qhi48ldf2i5xppxg"))))
+ "09fxysfp1n16csqvzvawy74qm6a94nvwjf3vcf5gkqp4i6k4vjjy"))))
(build-system python-build-system)
(propagated-inputs
`(("python-psutil" ,python-psutil)))