* [bug#48932] [PATCH] gnu: bpytop: Update to 1.0.67.
@ 2021-06-09 11:04 Michael Rohleder
2021-06-13 7:38 ` bug#48932: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-06-09 11:04 UTC (permalink / raw)
To: 48932; +Cc: Michael Rohleder
* gnu/packages/admin.scm (bpytop): Update to 1.0.67.
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 661e5e131d..ba55f1b4aa 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.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 @@ memory, disks, network and processes.")
(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")
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#48932: [PATCH] gnu: bpytop: Update to 1.0.67.
2021-06-09 11:04 [bug#48932] [PATCH] gnu: bpytop: Update to 1.0.67 Michael Rohleder
@ 2021-06-13 7:38 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-06-13 7:38 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 48932-done
[-- Attachment #1: Type: text/plain, Size: 311 bytes --]
I adjusted the commit message to mention the change in the
'install-themes phase. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-13 7:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-09 11:04 [bug#48932] [PATCH] gnu: bpytop: Update to 1.0.67 Michael Rohleder
2021-06-13 7:38 ` bug#48932: " Efraim Flashner
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).