gnu: bpytop: Update to 1.0.62.

* gnu/packages/admin.scm (bpytop): Update to 1.0.62.
This commit is contained in:
宋文武 2021-02-15 08:47:48 +08:00
parent 5b401ed050
commit dd5e879c3a
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -580,14 +580,14 @@ (define-public bashtop
(define-public bpytop
(package
(name "bpytop")
(version "1.0.61")
(version "1.0.62")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bpytop" version))
(sha256
(base32
"1p5jrrvj68v6cby8w7zms138xm1g5j2q58951lji0qlqr8145jjb"))))
"02d9gdnnx45lnhx0bgg4wz9bdrkg40mm6pi1443f5i3mcpz8yh4s"))))
(build-system python-build-system)
(inputs
`(("python-psutil" ,python-psutil)))