mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: bpytop: Update to 1.0.65.
* gnu/packages/admin.scm (bpytop): Update to 1.0.65.
This commit is contained in:
parent
9a34b56f5d
commit
42adc2142a
1 changed files with 2 additions and 2 deletions
|
@ -681,13 +681,13 @@ (define-public bashtop
|
||||||
(define-public bpytop
|
(define-public bpytop
|
||||||
(package
|
(package
|
||||||
(name "bpytop")
|
(name "bpytop")
|
||||||
(version "1.0.64")
|
(version "1.0.65")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "bpytop" version))
|
(uri (pypi-uri "bpytop" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02m25i79fp5cpz0i1b2r5is7z2w7pz2x2yqvlnmvsyqlssaai3vm"))))
|
(base32 "1vq51vg2ygk2p738zi21v5chn908d4bd5zkb8s4fbgf4zqp425ny"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-psutil" ,python-psutil)))
|
`(("python-psutil" ,python-psutil)))
|
||||||
|
|
Loading…
Reference in a new issue