summaryrefslogtreecommitdiff
path: root/gnu/packages/ncdu.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-03 20:05:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-03 20:45:20 +0200
commit5122961329906dd1cd721ad3d0659ce4038f6cc8 (patch)
tree7bb44787632e35be0539bc6c860e3322ca94579e /gnu/packages/ncdu.scm
parenteb683ebb87faeebc0ac1ba7ab319b2fd0e9ba0be (diff)
downloadguix-patches-5122961329906dd1cd721ad3d0659ce4038f6cc8.tar
guix-patches-5122961329906dd1cd721ad3d0659ce4038f6cc8.tar.gz
gnu: ncdu: Update to 1.15.
* gnu/packages/ncdu.scm (ncdu): Update to 1.15.
Diffstat (limited to 'gnu/packages/ncdu.scm')
-rw-r--r--gnu/packages/ncdu.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm
index 720b8a7858..e59e0334b7 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -28,14 +28,14 @@
(define-public ncdu
(package
(name "ncdu")
- (version "1.14.2")
+ (version "1.15")
(source (origin
(method url-fetch)
(uri (string-append "https://dev.yorhel.nl/download/ncdu-"
version ".tar.gz"))
(sha256
(base32
- "1cf6a9qw7ljaw09b0g7c5i252dl7wb2mnkrbwwwf7m0c3mf7yyll"))))
+ "1ywpa8yg74a5xa46f0qig92xw5z5s1lmspwzcslr497brk2ksnaa"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)))
(synopsis "Ncurses based disk usage analyzer")