unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55366] [PATCH] gnu: htop: Update to 3.2.0.
@ 2022-05-11 11:59 Greg Hogan
  2022-05-13 15:34 ` bug#55366: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-05-11 11:59 UTC (permalink / raw)
  To: 55366


[-- Attachment #1.1: Type: text/plain, Size: 1427 bytes --]

From 72bcc98bbf922e87ad89ce2c4cef8e2dc582592f Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@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@protonmail.com>
 ;;; Copyright © 2021 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
+;;; Copyright © 2022 Greg Hogan <code@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

[-- Attachment #1.2: Type: text/html, Size: 1945 bytes --]

[-- Attachment #2: 0001-gnu-htop-Update-to-3.2.0.patch --]
[-- Type: application/octet-stream, Size: 1387 bytes --]

From 72bcc98bbf922e87ad89ce2c4cef8e2dc582592f Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@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@protonmail.com>
 ;;; Copyright © 2021 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
+;;; Copyright © 2022 Greg Hogan <code@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


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

* bug#55366: [PATCH] gnu: htop: Update to 3.2.0.
  2022-05-11 11:59 [bug#55366] [PATCH] gnu: htop: Update to 3.2.0 Greg Hogan
@ 2022-05-13 15:34 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-13 15:34 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 55366-done

Greg Hogan <code@greghogan.com> skribis:

>>From 72bcc98bbf922e87ad89ce2c4cef8e2dc582592f Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@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'.




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

end of thread, other threads:[~2022-05-13 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 11:59 [bug#55366] [PATCH] gnu: htop: Update to 3.2.0 Greg Hogan
2022-05-13 15:34 ` bug#55366: " Ludovic Courtès

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).