GNU bug report logs - #55366
[PATCH] gnu: htop: Update to 3.2.0.

Previous Next

Package: guix-patches;

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

Date: Wed, 11 May 2022 12:00:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#55366: closed (Re: bug#55366: [PATCH] gnu: htop: Update to
 3.2.0.)
Date: Fri, 13 May 2022 15:35:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55366: [PATCH] gnu: htop: Update to 3.2.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55366 <at> debbugs.gnu.org.

-- 
55366: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55366
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 55366-done <at> debbugs.gnu.org
Subject: Re: bug#55366: [PATCH] gnu: htop: Update to 3.2.0.
Date: Fri, 13 May 2022 17:34:09 +0200
Greg Hogan <code <at> greghogan.com> skribis:

>>From 72bcc98bbf922e87ad89ce2c4cef8e2dc582592f Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Mon, 2 May 2022 18:16:47 +0000
> Subject: [PATCH] gnu: htop: Update to 3.2.0.
>
> * gnu/packages/admin.scm (htop): Update to 3.2.0.

Done by Tobias in 8de6d6ffb24ac2f07b3f3594816df570e579ddba.

Thanks,
Ludo'.

[Message part 3 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: htop: Update to 3.2.0.
Date: Wed, 11 May 2022 07:59:25 -0400
[Message part 4 (text/plain, inline)]
From 72bcc98bbf922e87ad89ce2c4cef8e2dc582592f Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Mon, 2 May 2022 18:16:47 +0000
Subject: [PATCH] gnu: htop: Update to 3.2.0.

* gnu/packages/admin.scm (htop): Update to 3.2.0.
---
 gnu/packages/admin.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 813aa59093..c9c776497e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -48,6 +48,7 @@
 ;;; Copyright © 2021 Petr Hodina <phodina <at> protonmail.com>
 ;;; Copyright © 2021 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;; Copyright © 2022 Wamm K. D. <jaft.r <at> outlook.com>
+;;; Copyright © 2022 Greg Hogan <code <at> greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -671,7 +672,7 @@ (define-public ttyload
 (define-public htop
   (package
     (name "htop")
-    (version "3.1.2")
+    (version "3.2.0")
     (source
      (origin
        (method git-fetch)
@@ -679,7 +680,7 @@ (define-public htop
              (url "https://github.com/htop-dev/htop")
              (commit version)))
        (sha256
-        (base32 "024qhrlmqgwmn6bwb5yiff9bhhdabryiphzx8y654k8r8vqi59j4"))
+        (base32 "16l1r2ixzs640ybqp2x8bfyvk98kiywy7k3sjmp5j5npdzn5ryd7"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs
--
2.36.0
[Message part 5 (text/html, inline)]
[0001-gnu-htop-Update-to-3.2.0.patch (application/octet-stream, attachment)]

This bug report was last modified 3 years and 9 days ago.

Previous Next


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