me
/
guix
Archived
1
0
Fork 0

gnu: bpytop: Update to 1.0.62.

* gnu/packages/admin.scm (bpytop): Update to 1.0.62.
master
宋文武 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
1 changed files with 2 additions and 2 deletions

View File

@ -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)))