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
|
||||
(package
|
||||
(name "glances")
|
||||
(version "3.1.7")
|
||||
(version "3.3.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Glances" version))
|
||||
(sha256
|
||||
(base32 "020vb38qrb0m3sdr7xjr43cmcfxpnyg4hmb97wgxsa9zvwsjwa5x"))
|
||||
(base32 "0klyyxqc7cbrf1i741304i3rrwan19qm2v58xmrlgqsmxac542la"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -18909,7 +18909,7 @@ (define-public glances
|
|||
#t))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-future python-psutil))
|
||||
(list python-defusedxml python-future python-packaging python-psutil))
|
||||
(home-page "https://github.com/nicolargo/glances")
|
||||
(synopsis "Cross-platform curses-based monitoring tool")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue