[PATCH] gnu: bpytop: Update to 1.0.67.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210609110451.23231-1-mike@rohleder.de
* gnu/packages/admin.scm (bpytop): Update to 1.0.67.
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (31 lines)
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
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 48932-done@debbugs.gnu.org)
YMW1+WayJZsFoDNT@3900XT
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmDFtfkACgkQQarn3Mo9
g1FCuw//V+0hK3Jqwtuqi7CQpuyGACjacRYraxlPDx4GZ/HOW2gS01gnnHJ4AXqz
dws+WbjXpfQWfmL+P1oXmOmBq2vQOnmDl2JKwfNgvPkAxgq5RrTHItQyebDfBVdT
yj+6c4JpvZH8JbViDS3j7ZmmBb2edgi/yI/uo4RoXy/YHyUTL1NEebqLi2eNfpKG
hRRXEEttpwq239RowfwfU9nigSeCCVjhhEZVSOo+AOCmEDe1WlevLzO4cNSXPB8k
6Ch38hq9El95Y3BdE98c3AlC4u3oaVnJcNVqT7eQ93NebmBK+NTiCPoMsRvDqbbm
W34Iad8fAmWVOTY59bgRkIRxRZGvqu0fkozIqadLZrwlyOJHKTnUaiheUqUW8ai3
QkPOkwdri0KaSFfWy6y0VdaPjez+VFCMFboBjM/HQT1de9l3KyJKp4rdOEu4XxvL
xLNG+Ula0nof7JAVrM2jO7RD/ocALWgwevlhsQFlEaZY6nP/X8Eg1hvnifYc6k+D
PvOp2MILM2hxJW+dn1FY71tgUpIDpuebBLwratHjFf/3Y92WHL4aPGhbrE9QTpej
OEvjYKVv3wGtdmy5cNbJBcb40bHlUaV3fS8gf3U3QOrjFiVSXtos0ZvliHyDj5Sa
SCulMz0R/B/28cbYkelYv9FDwrUTf4bfH5D19Z38Ky/QOndLzYU=
=80DC
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48932@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48932
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help