diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 02:11:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 02:30:37 +0100 |
commit | b8e777efcfca32c5277d03812393c938e9424768 (patch) | |
tree | 020f5f774946b3dde7e61aa641a855929578dfc7 /gnu/packages | |
parent | bfa368ed0a14ae0f0273587425d8677ed5682ea7 (diff) | |
download | patches-b8e777efcfca32c5277d03812393c938e9424768.tar patches-b8e777efcfca32c5277d03812393c938e9424768.tar.gz |
gnu: python-glances: Update to 3.1.4.
* gnu/packages/python-xyz.scm (python-glances): Update to 3.1.4.
Diffstat (limited to 'gnu/packages')
-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 c6d3e2ce19..b0417192bf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11959,13 +11959,13 @@ command @command{natsort} that exposes this functionality in the command line.") (define-public python-glances (package (name "python-glances") - (version "3.1.2") + (version "3.1.4") (source (origin (method url-fetch) (uri (pypi-uri "Glances" version)) (sha256 - (base32 "15384pbvw9wj4sb8zgvd9v1812vrypbyjg0acicjf1hdb3p30fkk")) + (base32 "0dc47gbvp9a3wxppdqihxpglxxaxbj3hcvzgcxxq8zcsciah3plq")) (modules '((guix build utils))) (snippet '(begin |