* [bug#48175] [PATCH] gnu: bpytop: Update to 1.0.65.
@ 2021-05-02 21:25 Michael Rohleder
2021-05-02 22:01 ` bug#48175: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-05-02 21:25 UTC (permalink / raw)
To: 48175; +Cc: Michael Rohleder
* gnu/packages/admin.scm (bpytop): Update to 1.0.65.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 59abaeb2eb..fdcbf28a6a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -681,13 +681,13 @@ memory, disks, network and processes.")
(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)))
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-02 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-02 21:25 [bug#48175] [PATCH] gnu: bpytop: Update to 1.0.65 Michael Rohleder
2021-05-02 22:01 ` bug#48175: " Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).