diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-02 23:54:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-03 01:30:10 +0200 |
commit | be38994982a9f00c5806ded0f884595d601e4bca (patch) | |
tree | ffd64a484514d1fb082c2ee6d57ffab8e87f7fbe /gnu/packages/python-xyz.scm | |
parent | 1fdaf46c1e7fa07a70247f82f567e8c0acc2fbb4 (diff) | |
download | guix-be38994982a9f00c5806ded0f884595d601e4bca.tar.gz |
gnu: glances: Update to 3.1.7.
* gnu/packages/python-xyz.scm (glances): Update to 3.1.7.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ab12c3b69c..516a120a22 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 |