mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: glances: Update to 3.3.1.1.
* gnu/packages/python-xyz.scm (glances): Update to 3.3.1.1 [propagated-inputs]: Add python-ujson, which is a new dependency since release v3.3.1 (replacing the builtin json module). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
819cd80710
commit
4dbe29a76a
1 changed files with 3 additions and 3 deletions
|
@ -19519,13 +19519,13 @@ (define-public python-natsort
|
|||
(define-public glances
|
||||
(package
|
||||
(name "glances")
|
||||
(version "3.3.0.4")
|
||||
(version "3.3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Glances" version))
|
||||
(sha256
|
||||
(base32 "0klyyxqc7cbrf1i741304i3rrwan19qm2v58xmrlgqsmxac542la"))
|
||||
(base32 "16i92vsjpxpnpkab1wa1y2iw931mq1hna0d2gkkjmgxz1hhr58ih"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -19539,7 +19539,7 @@ (define-public glances
|
|||
#t))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-defusedxml python-future python-packaging python-psutil))
|
||||
(list python-defusedxml python-future python-packaging python-psutil python-ujson))
|
||||
(home-page "https://github.com/nicolargo/glances")
|
||||
(synopsis "Cross-platform curses-based monitoring tool")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue