mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: glances: Update to 4.1.1.
* gnu/packages/python-xyz.scm (glances): Update to 4.1.1. [source]: Update PyPI uri. [propagated-inputs]: Remove python-future and python-ujson and add python-orjson. Change-Id: I4c9a1a59916b922d136e8ceec5984b26aa4f3496 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
b61493721a
commit
ba6460900f
1 changed files with 4 additions and 4 deletions
|
@ -22801,13 +22801,13 @@ (define-public python-natsort
|
||||||
(define-public glances
|
(define-public glances
|
||||||
(package
|
(package
|
||||||
(name "glances")
|
(name "glances")
|
||||||
(version "3.4.0.3")
|
(version "4.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Glances" version))
|
(uri (pypi-uri "glances" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pf8hxbgwkhv8l5frg61b073vscz5a7bz1al7xhn36fvh10xbcg7"))
|
(base32 "10yjwbmwv2x4x1n3hr1631m8l6l9w8fa7rnvfz1vmzkjs199ihib"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -22821,7 +22821,7 @@ (define-public glances
|
||||||
#t))))
|
#t))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-defusedxml python-future python-packaging python-psutil python-ujson))
|
(list python-defusedxml python-orjson python-packaging python-psutil))
|
||||||
(home-page "https://github.com/nicolargo/glances")
|
(home-page "https://github.com/nicolargo/glances")
|
||||||
(synopsis "Cross-platform curses-based monitoring tool")
|
(synopsis "Cross-platform curses-based monitoring tool")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue