guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: htop: Update to 3.0.4.


From: guix-commits
Subject: 02/11: gnu: htop: Update to 3.0.4.
Date: Tue, 22 Dec 2020 19:50:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3b2cee7fca3be306f4aa28df469937d944331424
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 22 22:19:40 2020 +0100

    gnu: htop: Update to 3.0.4.
    
    * gnu/packages/admin.scm (htop): Update to 3.0.4.
---
 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 99775ae..ca6eddc 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -515,7 +515,7 @@ or via the @code{facter} Ruby library.")
 (define-public htop
   (package
     (name "htop")
-    (version "3.0.3")
+    (version "3.0.4")
     (source
      (origin
        (method git-fetch)
@@ -523,7 +523,7 @@ or via the @code{facter} Ruby library.")
              (url "https://github.com/htop-dev/htop";)
              (commit version)))
        (sha256
-        (base32 "0ylig6g2w4r3qfb16cf922iriqyn64frkzpk87vpga16kclvf08y"))
+        (base32 "1fckfv96vzqjs3lzy0cgwsqv5vh1sxca3fhvgskmnkvr5bq6cia9"))
        (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]