guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: htop: Update to 2.0.2.


From: Leo Famulari
Subject: 01/01: gnu: htop: Update to 2.0.2.
Date: Mon, 1 Aug 2016 23:06:35 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 621954ba4e3e83f5725ebac1809bc47fb525d2dd
Author: Leo Famulari <address@hidden>
Date:   Mon Aug 1 19:04:51 2016 -0400

    gnu: htop: Update to 2.0.2.
    
    * gnu/packages/admin.scm (htop): Update to 2.0.2.
---
 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 a80ee9d..eada796 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -183,14 +183,14 @@ graphs and can export its output to different formats.")
 (define-public htop
   (package
    (name "htop")
-   (version "2.0.1")
+   (version "2.0.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "http://hisham.hm/htop/releases/";
                   version "/htop-" version ".tar.gz"))
             (sha256
              (base32
-              "0rjn9ybqx5sav7z4gn18f1q6k23nmqyb6yydfgghzdznz9nn447l"))))
+              "11zlwadm6dpkrlfvf3z3xll26yyffa7qrxd1w72y1kl0rgffk6qp"))))
    (build-system gnu-build-system)
    (inputs
     `(("ncurses" ,ncurses)))



reply via email to

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