guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: htop: Update to 3.3.0.


From: guix-commits
Subject: 03/04: gnu: htop: Update to 3.3.0.
Date: Wed, 29 May 2024 00:30:18 -0400 (EDT)

z572 pushed a commit to branch master
in repository guix.

commit 116d3b32cfb3a441fbb7ab05aa007f17c0999e43
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Tue May 28 23:01:25 2024 +0200

    gnu: htop: Update to 3.3.0.
    
    * gnu/packages/admin.scm (htop): Update to 3.3.0.
    
    Change-Id: Ia19d3fc5b65f8256321c7c07ac6fe8075d50515a
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
 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 @@ on memory usage on GNU/Linux systems.")
 (define-public htop
   (package
     (name "htop")
-    (version "3.2.2")
+    (version "3.3.0")
     (source
      (origin
        (method git-fetch)
@@ -836,7 +836,7 @@ on memory usage on GNU/Linux systems.")
              (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



reply via email to

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