mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bpytop: Update to 1.0.62.
* gnu/packages/admin.scm (bpytop): Update to 1.0.62.
This commit is contained in:
parent
5b401ed050
commit
dd5e879c3a
1 changed files with 2 additions and 2 deletions
|
@ -580,14 +580,14 @@ memory, disks, network and processes.")
|
||||||
(define-public bpytop
|
(define-public bpytop
|
||||||
(package
|
(package
|
||||||
(name "bpytop")
|
(name "bpytop")
|
||||||
(version "1.0.61")
|
(version "1.0.62")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "bpytop" version))
|
(uri (pypi-uri "bpytop" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p5jrrvj68v6cby8w7zms138xm1g5j2q58951lji0qlqr8145jjb"))))
|
"02d9gdnnx45lnhx0bgg4wz9bdrkg40mm6pi1443f5i3mcpz8yh4s"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-psutil" ,python-psutil)))
|
`(("python-psutil" ,python-psutil)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue