mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: glances: Update to 3.1.7.
* gnu/packages/python-xyz.scm (glances): Update to 3.1.7.
This commit is contained in:
parent
1fdaf46c1e
commit
be38994982
1 changed files with 2 additions and 2 deletions
|
@ -15392,13 +15392,13 @@ (define-public python2-natsort
|
|||
(define-public glances
|
||||
(package
|
||||
(name "glances")
|
||||
(version "3.1.6")
|
||||
(version "3.1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Glances" version))
|
||||
(sha256
|
||||
(base32 "11xbm8jgcxha191ly7q76nab1ilabiz14mqf6i3y6aw5xvgg017c"))
|
||||
(base32 "020vb38qrb0m3sdr7xjr43cmcfxpnyg4hmb97wgxsa9zvwsjwa5x"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue