mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: glances: Update to 3.3.0.4.
* gnu/packages/python-xyz.scm (glances): Update to 3.3.0.4. [propagated-inputs]: Add python-defusedxml and python-packaging. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
2fb26d8d8c
commit
a09f28758a
1 changed files with 3 additions and 3 deletions
|
@ -18889,13 +18889,13 @@ (define-public python-natsort
|
||||||
(define-public glances
|
(define-public glances
|
||||||
(package
|
(package
|
||||||
(name "glances")
|
(name "glances")
|
||||||
(version "3.1.7")
|
(version "3.3.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Glances" version))
|
(uri (pypi-uri "Glances" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "020vb38qrb0m3sdr7xjr43cmcfxpnyg4hmb97wgxsa9zvwsjwa5x"))
|
(base32 "0klyyxqc7cbrf1i741304i3rrwan19qm2v58xmrlgqsmxac542la"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -18909,7 +18909,7 @@ (define-public glances
|
||||||
#t))))
|
#t))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-future python-psutil))
|
(list python-defusedxml python-future 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