diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-30 22:50:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 00:49:13 +0100 |
commit | 7e59d21f9eba4d1a189f9d275779f4a849240653 (patch) | |
tree | ba56ffe90a2e418173ce96346e51e2ab6d852129 /gnu | |
parent | d2119ddffb8ac4a7bdff50fb950a8170cc6ea1f2 (diff) | |
download | patches-7e59d21f9eba4d1a189f9d275779f4a849240653.tar patches-7e59d21f9eba4d1a189f9d275779f4a849240653.tar.gz |
gnu: ncdu: Update to 1.14.1.
* gnu/packages/ncdu.scm (ncdu): Update to 1.14.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ncdu.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm index 36d4738d90..62fe84ca07 100644 --- a/gnu/packages/ncdu.scm +++ b/gnu/packages/ncdu.scm @@ -28,14 +28,14 @@ (define-public ncdu (package (name "ncdu") - (version "1.14") + (version "1.14.1") (source (origin (method url-fetch) (uri (string-append "https://dev.yorhel.nl/download/ncdu-" version ".tar.gz")) (sha256 (base32 - "0i4cap2z3037xx2rdzhrlazl2igk3xy4ncddp9j7xqi1mcx7i566")))) + "0gp1aszzrh8b6fhv8fspvkmr0qwc55z6z4w6l7r8j09sq7lf0cdy")))) (build-system gnu-build-system) (inputs `(("ncurses" ,ncurses))) (synopsis "Ncurses based disk usage analyzer") |