unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55971] [PATCH] gnu: htop: Update to 3.2.1.
@ 2022-06-14 14:15 Greg Hogan
  2022-06-14 14:46 ` Tom Fitzhenry
  2022-06-14 20:52 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Greg Hogan @ 2022-06-14 14:15 UTC (permalink / raw)
  To: 55971; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#55971] [PATCH] gnu: htop: Update to 3.2.1.
  2022-06-14 14:15 [bug#55971] [PATCH] gnu: htop: Update to 3.2.1 Greg Hogan
@ 2022-06-14 14:46 ` Tom Fitzhenry
  2022-06-14 15:22   ` Greg Hogan
  2022-06-14 20:52 ` Tobias Geerinckx-Rice via Guix-patches via
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Fitzhenry @ 2022-06-14 14:46 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 55971

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#55971] [PATCH] gnu: htop: Update to 3.2.1.
  2022-06-14 14:46 ` Tom Fitzhenry
@ 2022-06-14 15:22   ` Greg Hogan
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Hogan @ 2022-06-14 15:22 UTC (permalink / raw)
  To: Tom Fitzhenry; +Cc: 55971

On Tue, Jun 14, 2022 at 10:46 AM Tom Fitzhenry <tom@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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#55971] [PATCH] gnu: htop: Update to 3.2.1.
  2022-06-14 14:15 [bug#55971] [PATCH] gnu: htop: Update to 3.2.1 Greg Hogan
  2022-06-14 14:46 ` Tom Fitzhenry
@ 2022-06-14 20:52 ` Tobias Geerinckx-Rice via Guix-patches via
  1 sibling, 0 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-06-14 20:52 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 55971-done, 55971

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

Greg Hogan 写道:
> * gnu/packages/admin.scm (htop): Update to 3.2.1.

Pushed as 142d136abd21b22ac1f54de7f782042b95ddfd7d.

Thanks!

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-14 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-14 14:15 [bug#55971] [PATCH] gnu: htop: Update to 3.2.1 Greg Hogan
2022-06-14 14:46 ` Tom Fitzhenry
2022-06-14 15:22   ` Greg Hogan
2022-06-14 20:52 ` Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).