mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: bpytop: Update to 1.0.68.
* gnu/packages/admin.scm (bpytop): Update to 1.0.68. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
d42718f8ea
commit
be70ca27e3
1 changed files with 2 additions and 2 deletions
|
@ -682,13 +682,13 @@ (define-public bashtop
|
|||
(define-public bpytop
|
||||
(package
|
||||
(name "bpytop")
|
||||
(version "1.0.67")
|
||||
(version "1.0.68")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "bpytop" version))
|
||||
(sha256
|
||||
(base32 "1fwmiwvs8ax9az3hbp1p79x6m3wq73pn3vkbhcg9jvps4wv8wcwb"))))
|
||||
(base32 "1clvajbv7pzlya9s1xs6dvjic8rv3kx7aqiwnjxapiypx246gdjk"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
(list python-psutil))
|
||||
|
|
Loading…
Reference in a new issue