emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#71249: closed ([PATCH] gnu: htop: Update to 3.3.0.)


From: GNU bug Tracking System
Subject: bug#71249: closed ([PATCH] gnu: htop: Update to 3.3.0.)
Date: Wed, 29 May 2024 04:34:02 +0000

Your message dated Wed, 29 May 2024 12:33:18 +0800
with message-id <87v82xs0dt.fsf@iscas.ac.cn>
and subject line Re: [bug#71249] [PATCH] gnu: htop: Update to 3.3.0.
has caused the debbugs.gnu.org bug report #71249,
regarding [PATCH] gnu: htop: Update to 3.3.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
71249: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71249
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#71249] [PATCH] gnu: htop: Update to 3.3.0. Date: Wed, 29 May 2024 12:33:18 +0800 User-agent: mu4e 1.12.4; emacs 30.0.50
Wilko Meyer <w@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]