[PATCH] gnu: bpytop: Update to 1.0.63.

  • 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)
20210301211704.16266-1-mike@rohleder.de
* gnu/packages/admin.scm (bpytop): Update to 1.0.63.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 5b864d172e..9757d62a06 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -619,14 +619,14 @@ memory, disks, network and processes.")
(define-public bpytop
(package
(name "bpytop")
- (version "1.0.62")
+ (version "1.0.63")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bpytop" version))
(sha256
(base32
- "02d9gdnnx45lnhx0bgg4wz9bdrkg40mm6pi1443f5i3mcpz8yh4s"))))
+ "0ql72s842g56rnzdqja6m53lw5y68c4gb540ihp1bjg7x9ycim11"))))
(build-system python-build-system)
(inputs
`(("python-psutil" ,python-psutil)))
--
2.30.1
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 46860-done@debbugs.gnu.org)
YD9E31kpHDqCuZYv@3900XT
Thanks! 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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmA/RN4ACgkQQarn3Mo9
g1EW4g//Rah9pDpu0wrexJzBcR47u5C/xh5Z7lY9vr9HYHOu11AOq4tCzxuZBP3w
UJbFOi0zCkkBKTwmDWhTYR9Hh5c6/R/FOMg8peHsylysg0PrHcjFK0lHmuoz9Ux7
jqm4JqUHRDlFLH41sgmvBuCQXxP+G5PQwMHZgA4Cb+HkuRGlC0WssXamM+PaLDIY
1RucZ6WMB7VkQGo6PWe+Vffvv6cJuR5KIZ673XMgLVN4TA5UfCT94LYC3Y4R17QB
DZEmMLf2SUz8F2Ztn+GE5+s+WaPLN5fRW/7xU2s4N+7LKWUJ1lw4FTjGURTHtB8x
FDGta819wQ9x2nxbyDVEyWw+n6q1modlUmcqFywnC1hMR06KfRwVTD+G7X+rwmdr
eUatQELG1oWQBId1olWopcBej8GGsmhW18D0t0+Oj7qRIyrZuCftb5BzCQcJadad
z5DiiElIQaAMldeThL5/DCejmhZQxdFWu79Eo74UMLnBFcEu8t0rr5hXrw+AQB2r
rlGcaAkO5T3W3iwgSSntcd4c6kpG3b/HhhybViRyBrXX5z7CBHYXj4Av2mULVzlT
QRW0ZKGdrgv5Ikx7kVA2A5taKHo1XIcG8E2rJ4rEmHE8EL13ZN3rshHC43pTFhvo
CwLleAXka1cHCfjuNmBp2pJeu3APAse/4her7PBkBPy5LKH/1Ew=
=+NfK
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 46860
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