guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: htop: Update to 3.1.0.


From: guix-commits
Subject: branch master updated: gnu: htop: Update to 3.1.0.
Date: Thu, 23 Sep 2021 12:03:04 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e1401fb  gnu: htop: Update to 3.1.0.
e1401fb is described below

commit e1401fb7275e4630de730658f3169697013f4321
Author: Z572 <873216071@qq.com>
AuthorDate: Thu Sep 23 19:28:19 2021 +0800

    gnu: htop: Update to 3.1.0.
    
    * gnu/packages/admin.scm (htop): Update to 3.1.0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 cdf85ed..fe73ba9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -637,7 +637,7 @@ console.")
 (define-public htop
   (package
     (name "htop")
-    (version "3.0.5")
+    (version "3.1.0")
     (source
      (origin
        (method git-fetch)
@@ -645,7 +645,7 @@ console.")
              (url "https://github.com/htop-dev/htop";)
              (commit version)))
        (sha256
-        (base32 "10lp6cbfvigzp6pq5nwj3s3l4vs7cv92krz2r08nwrz8vl6rqdzp"))
+        (base32 "1ngvidaka6xbfb3l4zxmlksk2ms93fy3sb76w7917kjgn9mh53zz"))
        (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]