nckx pushed a commit to branch master
in repository guix.

commit 5122961329906dd1cd721ad3d0659ce4038f6cc8
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
AuthorDate: Wed Jun 3 20:05:52 2020 +0200

    gnu: ncdu: Update to 1.15.
    
    * gnu/packages/ncdu.scm (ncdu): Update to 1.15.
---
 gnu/packages/ncdu.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm
index 720b8a7..e59e033 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")

Reply via email to