GNU bug report logs -
#55366
[PATCH] gnu: htop: Update to 3.2.0.
Previous Next
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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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 2 (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.