[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: htop: Update to 2.0.0.
From: |
Leo Famulari |
Subject: |
01/01: gnu: htop: Update to 2.0.0. |
Date: |
Thu, 11 Feb 2016 07:18:49 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit a2a06c51abab4c870e2f198338b7b83bcc47222a
Author: Leo Famulari <address@hidden>
Date: Thu Feb 11 00:31:10 2016 -0500
gnu: htop: Update to 2.0.0.
* gnu/packages/admin.scm (htop): Update to 2.0.0.
---
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 5dd124a..66a5dd0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -153,14 +153,14 @@ graphs and can export its output to different formats.")
(define-public htop
(package
(name "htop")
- (version "1.0.3")
+ (version "2.0.0")
(source (origin
(method url-fetch)
(uri (string-append "http://hisham.hm/htop/releases/"
version "/htop-" version ".tar.gz"))
(sha256
(base32
- "0a8qbpsifzjwc4f45xfwm48jhm59g6q5hlib4bf7z13mgy95fp05"))))
+ "1d944hn0ldxvxfrz9acr26lpmzlwj91m0s7x2xnivnfnmfha4p6i"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)))