[PATCH] gnu: bpytop: Update to 1.0.65.

  • Done
  • quality assurance status badge
Details
2 participants
  • Tobias Geerinckx-Rice
  • 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)
20210502212506.4699-1-mike@rohleder.de
* gnu/packages/admin.scm (bpytop): Update to 1.0.65.
---
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 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
Tobias Geerinckx-Rice wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 48175-done@debbugs.gnu.org)
87h7jkokvu.fsf@nckx
Michael,

Michael Rohleder 写道:
Toggle quote (2 lines)
> * gnu/packages/admin.scm (bpytop): Update to 1.0.65.

You snuck this in between me checking the bug tracker & pushing
42adc2142a7d9b648be9dd814d97d681198d478c, you admirable ninja.

(There may've been a 'get coffee while stuff builds' in there,
too, but still.)

Thanks!

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYI8hRQ0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15Wv0A/0ttM36tGsJAAMhpIkcdkkQ9PHaOlP/jka6N3NfM
/fupAP9JIcqCvJE5LGRwq68ueZox+osGQ6caSks/mMRx+9IDBg==
=hs/i
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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