guix-commits
[Top][All Lists]
Advanced

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

06/21: gnu: ncdu: Update to 1.14.1.


From: guix-commits
Subject: 06/21: gnu: ncdu: Update to 1.14.1.
Date: Sat, 30 Nov 2019 18:54:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7e59d21f9eba4d1a189f9d275779f4a849240653
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 30 22:50:39 2019 +0100

    gnu: ncdu: Update to 1.14.1.
    
    * gnu/packages/ncdu.scm (ncdu): Update to 1.14.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 36d4738..62fe84c 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")



reply via email to

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