avp pushed a commit to branch master
in repository guix.

commit 8f6189d0cdad317d776c97c6a1dde439dc3ba36a
Author: Artyom V. Poptsov <poptsov.art...@gmail.com>
AuthorDate: Thu May 1 08:54:28 2025 +0300

    gnu: htop: Update to 3.4.1.
    
    * gnu/packages/admin.scm (htop): Update to 3.4.1.
    
    Change-Id: Iceca148166941065aa69773f6b9932520dd16cc1
---
 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 8740105558..8e99171b0b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1007,7 +1007,7 @@ on memory usage on GNU/Linux systems.")
 (define-public htop
   (package
     (name "htop")
-    (version "3.3.0")
+    (version "3.4.1")
     (source
      (origin
        (method git-fetch)
@@ -1015,7 +1015,7 @@ on memory usage on GNU/Linux systems.")
              (url "https://github.com/htop-dev/htop";)
              (commit version)))
        (sha256
-        (base32 "0g2rpp9plblmd9khic2f06089hfh0iy521dqqnr3vkin6s9m0f58"))
+        (base32 "058y4a4mvx9m179dyr4wi8mlm6i4ybywshadaj4cvfn9fv0r0nkx"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs

Reply via email to