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
|
||||
(package
|
||||
(name "bpytop")
|
||||
(version "1.0.64")
|
||||
(version "1.0.65")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "bpytop" version))
|
||||
(sha256
|
||||
(base32 "02m25i79fp5cpz0i1b2r5is7z2w7pz2x2yqvlnmvsyqlssaai3vm"))))
|
||||
(base32 "1vq51vg2ygk2p738zi21v5chn908d4bd5zkb8s4fbgf4zqp425ny"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("python-psutil" ,python-psutil)))
|
||||
|
|
Loading…
Reference in a new issue