gnu: bpytop: Update to 1.0.67.

* gnu/packages/admin.scm (bpytop): Update to 1.0.67.
[arguments]: Adjust custom 'install-themes phase.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Michael Rohleder 2021-06-09 13:04:51 +02:00 committed by Efraim Flashner
parent 139c682f4e
commit ada620417d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -681,13 +681,13 @@ (define-public bashtop
(define-public bpytop
(package
(name "bpytop")
(version "1.0.65")
(version "1.0.67")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bpytop" version))
(sha256
(base32 "1vq51vg2ygk2p738zi21v5chn908d4bd5zkb8s4fbgf4zqp425ny"))))
(base32 "1fwmiwvs8ax9az3hbp1p79x6m3wq73pn3vkbhcg9jvps4wv8wcwb"))))
(build-system python-build-system)
(inputs
`(("python-psutil" ,python-psutil)))
@ -702,7 +702,7 @@ (define-public bpytop
(package-version python))
"/site-packages/bpytop-themes")))
(mkdir-p themes)
(copy-recursively "bpytop-themes" themes)))))))
(copy-recursively "themes" themes)))))))
(home-page
"https://github.com/aristocratos/bpytop")
(synopsis "Resource monitor")