mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: bpytop: Update to 1.0.63.
* gnu/packages/admin.scm (bpytop): Update to 1.0.63. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
db22d9364e
commit
5ca7bae767
1 changed files with 2 additions and 2 deletions
|
@ -619,14 +619,14 @@ memory, disks, network and processes.")
|
|||
(define-public bpytop
|
||||
(package
|
||||
(name "bpytop")
|
||||
(version "1.0.62")
|
||||
(version "1.0.63")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "bpytop" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02d9gdnnx45lnhx0bgg4wz9bdrkg40mm6pi1443f5i3mcpz8yh4s"))))
|
||||
"0ql72s842g56rnzdqja6m53lw5y68c4gb540ihp1bjg7x9ycim11"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("python-psutil" ,python-psutil)))
|
||||
|
|
Loading…
Add table
Reference in a new issue