[PATCH] gnu: bpytop: Update to 1.0.68.

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

Debbugs page

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

Toggle diff (22 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 132e7b5343..de811be750 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -682,13 +682,13 @@ (define-public bashtop
(define-public bpytop
(package
(name "bpytop")
- (version "1.0.67")
+ (version "1.0.68")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bpytop" version))
(sha256
- (base32 "1fwmiwvs8ax9az3hbp1p79x6m3wq73pn3vkbhcg9jvps4wv8wcwb"))))
+ (base32 "1clvajbv7pzlya9s1xs6dvjic8rv3kx7aqiwnjxapiypx246gdjk"))))
(build-system python-build-system)
(inputs
(list python-psutil))
--
2.34.0
Leo Famulari wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 52830-done@debbugs.gnu.org)
YcpX0u0YpXMNm7oX@jasmine.lan
On Mon, Dec 27, 2021 at 08:51:53PM +0100, Michael Rohleder wrote:
Toggle quote (2 lines)
> * gnu/packages/admin.scm (bpytop): Update to 1.0.68.

Thanks! Pushed as be70ca27e3f6c2a2b4cf7f239bf389bbb1e8be26
Closed
?
Your comment

This issue is archived.

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

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