From 81c1868e2e38ba1c006f276e86f99d1b7bae9c85 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 10 Sep 2015 15:57:23 +0300 Subject: [PATCH 1/7] gnu: ncdu: Update to 1.11. * gnu/packages/ncdu.scm (ncdu): Update to 1.11. --- gnu/packages/ncdu.scm | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm index 6c3d617..b5c1522 100644 --- a/gnu/packages/ncdu.scm +++ b/gnu/packages/ncdu.scm @@ -27,14 +27,14 @@ (define-public ncdu (package (name "ncdu") - (version "1.10") + (version "1.11") (source (origin - (method url-fetch) - (uri (string-append "http://dev.yorhel.nl/download/ncdu-" - version ".tar.gz")) - (sha256 - (base32 - "0rqc5wpqcbfqpcwxgh3jxwa0yw2py0hv0acpsf0a9g6v9144m6gm")))) + (method url-fetch) + (uri (string-append "http://dev.yorhel.nl/download/ncdu-" + version ".tar.gz")) + (sha256 + (base32 + "0yxv87hpal05p6nii6rlnai5a8958689l9vz020w4qvlwiragbnh")))) (inputs `(("ncurses" ,ncurses))) (build-system gnu-build-system) @@ -44,5 +44,7 @@ run on a remote server where you don't have an entire graphical setup, but have to do with a simple SSH connection. ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed.") - (license (x11-style "http://g.blicky.net/ncdu.git/plain/COPYING?id=v1.10")) + (license (x11-style + (string-append "http://g.blicky.net/ncdu.git/plain/COPYING?id=v" + version))) (home-page "http://dev.yorhel.nl/ncdu"))) -- 2.5.1