GNU bug report logs - #71249
[PATCH] gnu: htop: Update to 3.3.0.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Tue, 28 May 2024 21:04:02 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

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 71249 in the body.
You can then email your comments to 71249 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#71249; Package guix-patches. (Tue, 28 May 2024 21:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Wilko Meyer <w <at> wmeyer.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 28 May 2024 21:04:02 GMT) Full text and rfc822 format available.

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

From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH] gnu: htop: Update to 3.3.0.
Date: Tue, 28 May 2024 23:01:25 +0200
* gnu/packages/admin.scm (htop): Update to 3.3.0.

Change-Id: Ia19d3fc5b65f8256321c7c07ac6fe8075d50515a
---
Hi Guix,

Noticed that there's been a new htop release, builds successfully on
my machine:

(~/devel/guix) λ ./pre-inst-env guix build htop
/gnu/store/ccz5y3nckakhw5qhb287s5bzgkay6hak-htop-3.3.0

Cheers!

 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 bae9ee1308..775083c92c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -828,7 +828,7 @@ (define-public smem
 (define-public htop
   (package
     (name "htop")
-    (version "3.2.2")
+    (version "3.3.0")
     (source
      (origin
        (method git-fetch)
@@ -836,7 +836,7 @@ (define-public htop
              (url "https://github.com/htop-dev/htop")
              (commit version)))
        (sha256
-        (base32 "0cyaprgnhfrc7rqq053903bjylaplvxkb65b04bsxmiva09lvf9s"))
+        (base32 "0g2rpp9plblmd9khic2f06089hfh0iy521dqqnr3vkin6s9m0f58"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs
-- 
2.41.0





Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Wed, 29 May 2024 04:34:02 GMT) Full text and rfc822 format available.

Notification sent to Wilko Meyer <w <at> wmeyer.eu>:
bug acknowledged by developer. (Wed, 29 May 2024 04:34:02 GMT) Full text and rfc822 format available.

Message #10 received at 71249-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Wilko Meyer <w <at> wmeyer.eu>
Cc: 71249-done <at> debbugs.gnu.org
Subject: Re: [bug#71249] [PATCH] gnu: htop: Update to 3.3.0.
Date: Wed, 29 May 2024 12:33:18 +0800
[Message part 1 (text/plain, inline)]
Wilko Meyer <w <at> wmeyer.eu> writes:

> * gnu/packages/admin.scm (htop): Update to 3.3.0.
>
> Change-Id: Ia19d3fc5b65f8256321c7c07ac6fe8075d50515a
> ---
> Hi Guix,
>
> Noticed that there's been a new htop release, builds successfully on
> my machine:
>
> (~/devel/guix) λ ./pre-inst-env guix build htop
> /gnu/store/ccz5y3nckakhw5qhb287s5bzgkay6hak-htop-3.3.0
>
> Cheers!
>
>  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 bae9ee1308..775083c92c 100644
> --- a/gnu/packages/admin.scm
> +++ b/gnu/packages/admin.scm
> @@ -828,7 +828,7 @@ (define-public smem
>  (define-public htop
>    (package
>      (name "htop")
> -    (version "3.2.2")
> +    (version "3.3.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -836,7 +836,7 @@ (define-public htop
>               (url "https://github.com/htop-dev/htop")
>               (commit version)))
>         (sha256
> -        (base32 "0cyaprgnhfrc7rqq053903bjylaplvxkb65b04bsxmiva09lvf9s"))
> +        (base32 "0g2rpp9plblmd9khic2f06089hfh0iy521dqqnr3vkin6s9m0f58"))
>         (file-name (git-file-name name version))))
>      (build-system gnu-build-system)
>      (inputs

push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=116d3b32cfb3a441fbb7ab05aa007f17c0999e43
[signature.asc (application/pgp-signature, inline)]

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

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

Previous Next


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