guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/15: gnu: ncdu: Update to 1.15.1.


From: guix-commits
Subject: 09/15: gnu: ncdu: Update to 1.15.1.
Date: Wed, 1 Jul 2020 11:54:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 57e0b9e87c37692beb4f37ff668fe3a0b9b1d668
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 17:28:21 2020 +0200

    gnu: ncdu: Update to 1.15.1.
    
    * gnu/packages/ncdu.scm (ncdu): Update to 1.15.1.
---
 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 e59e033..feb2baf 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -28,14 +28,14 @@
 (define-public ncdu
   (package
     (name "ncdu")
-    (version "1.15")
+    (version "1.15.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dev.yorhel.nl/download/ncdu-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1ywpa8yg74a5xa46f0qig92xw5z5s1lmspwzcslr497brk2ksnaa"))))
+                "1c1zxalm5asyhn4p1hd51h7khw17515gbqmvdz63kc8xpx6xqbdh"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)))
     (synopsis "Ncurses based disk usage analyzer")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]