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.1.


From: Leo Famulari
Subject: 01/01: gnu: htop: Update to 2.0.1.
Date: Fri, 25 Mar 2016 03:06:21 +0000

lfam pushed a commit to branch master
in repository guix.

commit 43a58615bfc37a053ddaca1fcf11af5c14c0b4b6
Author: Leo Famulari <address@hidden>
Date:   Thu Mar 24 22:41:44 2016 -0400

    gnu: htop: Update to 2.0.1.
    
    * gnu/packages/admin.scm (htop): Update to 2.0.1.
---
 gnu/packages/admin.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c96de86..0d15dd5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -189,14 +189,14 @@ graphs and can export its output to different formats.")
 (define-public htop
   (package
    (name "htop")
-   (version "2.0.0")
+   (version "2.0.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "http://hisham.hm/htop/releases/";
                   version "/htop-" version ".tar.gz"))
             (sha256
              (base32
-              "1d944hn0ldxvxfrz9acr26lpmzlwj91m0s7x2xnivnfnmfha4p6i"))))
+              "0rjn9ybqx5sav7z4gn18f1q6k23nmqyb6yydfgghzdznz9nn447l"))))
    (build-system gnu-build-system)
    (inputs
     `(("ncurses" ,ncurses)))



reply via email to

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