GNU bug report logs - #55971
[PATCH] gnu: htop: Update to 3.2.1.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Tue, 14 Jun 2022 14:18:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55971 in the body.
You can then email your comments to 55971 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55971; Package guix-patches. (Tue, 14 Jun 2022 14:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 14 Jun 2022 14:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH] gnu: htop: Update to 3.2.1.
Date: Tue, 14 Jun 2022 14:15:01 +0000
* gnu/packages/admin.scm (htop): Update to 3.2.1.
---
The htop package has no dependencies.

 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 48000b9b6e..21983848a0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -680,7 +680,7 @@ (define-public ttyload
 (define-public htop
   (package
     (name "htop")
-    (version "3.2.0")
+    (version "3.2.1")
     (source
      (origin
        (method git-fetch)
@@ -688,7 +688,7 @@ (define-public htop
              (url "https://github.com/htop-dev/htop")
              (commit version)))
        (sha256
-        (base32 "16l1r2ixzs640ybqp2x8bfyvk98kiywy7k3sjmp5j5npdzn5ryd7"))
+        (base32 "0yfmkw3y4qyd42svhpiijif7krvmnb8z88y6h9g4fwf7sfynq2rk"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs
-- 
2.36.1





Information forwarded to guix-patches <at> gnu.org:
bug#55971; Package guix-patches. (Tue, 14 Jun 2022 14:48:01 GMT) Full text and rfc822 format available.

Message #8 received at 55971 <at> debbugs.gnu.org (full text, mbox):

From: Tom Fitzhenry <tom <at> tom-fitzhenry.me.uk>
To: Greg Hogan <code <at> greghogan.com>
Cc: 55971 <at> debbugs.gnu.org
Subject: Re: [bug#55971] [PATCH] gnu: htop: Update to 3.2.1.
Date: Wed, 15 Jun 2022 00:46:15 +1000
LGTM. This built and executed on aarch64.

$ file /gnu/store/20nz2xg1ln9a6ly54ccyw6g8gx8z42bi-htop-3.2.1/bin/htop
/gnu/store/20nz2xg1ln9a6ly54ccyw6g8gx8z42bi-htop-3.2.1/bin/htop: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /gnu/store/gfjp8gfv4xxschbaxvldpigadfwqazhw-glibc-2.33/lib/ld-linux-aarch64.so.1, for GNU/Linux 2.6.32, stripped
$ /gnu/store/20nz2xg1ln9a6ly54ccyw6g8gx8z42bi-htop-3.2.1/bin/htop --version
htop 3.2.




Information forwarded to guix-patches <at> gnu.org:
bug#55971; Package guix-patches. (Tue, 14 Jun 2022 15:24:02 GMT) Full text and rfc822 format available.

Message #11 received at 55971 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: Tom Fitzhenry <tom <at> tom-fitzhenry.me.uk>
Cc: 55971 <at> debbugs.gnu.org
Subject: Re: [bug#55971] [PATCH] gnu: htop: Update to 3.2.1.
Date: Tue, 14 Jun 2022 11:22:48 -0400
On Tue, Jun 14, 2022 at 10:46 AM Tom Fitzhenry <tom <at> tom-fitzhenry.me.uk> wrote:
>
> LGTM. This built and executed on aarch64.
>
> $ file /gnu/store/20nz2xg1ln9a6ly54ccyw6g8gx8z42bi-htop-3.2.1/bin/htop
> /gnu/store/20nz2xg1ln9a6ly54ccyw6g8gx8z42bi-htop-3.2.1/bin/htop: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /gnu/store/gfjp8gfv4xxschbaxvldpigadfwqazhw-glibc-2.33/lib/ld-linux-aarch64.so.1, for GNU/Linux 2.6.32, stripped
> $ /gnu/store/20nz2xg1ln9a6ly54ccyw6g8gx8z42bi-htop-3.2.1/bin/htop --version
> htop 3.2.

Thanks, Tom!

And I just realized that here and in #55974 I said 'dependencies' when
I intended 'dependents'. Hopefully this was understood in the context
of the patch workflow.

Greg




Information forwarded to guix-patches <at> gnu.org:
bug#55971; Package guix-patches. (Tue, 14 Jun 2022 20:54:02 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Greg Hogan <code <at> greghogan.com>
Cc: 55971-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#55971] [PATCH] gnu: htop: Update to 3.2.1.
Date: Tue, 14 Jun 2022 22:52:18 +0200
[Message part 1 (text/plain, inline)]
Greg Hogan 写道:
> * gnu/packages/admin.scm (htop): Update to 3.2.1.

Pushed as 142d136abd21b22ac1f54de7f782042b95ddfd7d.

Thanks!

T G-R
[signature.asc (application/pgp-signature, inline)]

Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Tue, 14 Jun 2022 20:54:03 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Tue, 14 Jun 2022 20:54:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 13 Jul 2022 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.