guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: ncdu: Update to 1.14.


From: guix-commits
Subject: 13/16: gnu: ncdu: Update to 1.14.
Date: Mon, 18 Feb 2019 12:07:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7dbe462334fbf63423e09c3cf1dd98caf309819a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 18 17:41:06 2019 +0100

    gnu: ncdu: Update to 1.14.
    
    * gnu/packages/ncdu.scm (ncdu): Update to 1.14.
---
 gnu/packages/ncdu.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm
index 5008a6a..36d4738 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 John Darrington <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,14 +28,14 @@
 (define-public ncdu
   (package
     (name "ncdu")
-    (version "1.13")
+    (version "1.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dev.yorhel.nl/download/ncdu-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0ni56ymlii577src4dzfbrq1mznbf6i0nka4bvh2sb1971f2ingl"))))
+                "0i4cap2z3037xx2rdzhrlazl2igk3xy4ncddp9j7xqi1mcx7i566"))))
     (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]