* [bug#71249] [PATCH] gnu: htop: Update to 3.3.0.
@ 2024-05-28 21:01 Wilko Meyer
2024-05-29 4:33 ` bug#71249: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Wilko Meyer @ 2024-05-28 21:01 UTC (permalink / raw)
To: 71249; +Cc: Wilko Meyer
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#71249: [PATCH] gnu: htop: Update to 3.3.0.
2024-05-28 21:01 [bug#71249] [PATCH] gnu: htop: Update to 3.3.0 Wilko Meyer
@ 2024-05-29 4:33 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-05-29 4:33 UTC (permalink / raw)
To: Wilko Meyer; +Cc: 71249-done
[-- Attachment #1: Type: text/plain, Size: 1393 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-29 4:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28 21:01 [bug#71249] [PATCH] gnu: htop: Update to 3.3.0 Wilko Meyer
2024-05-29 4:33 ` bug#71249: " Zheng Junjie
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).