guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ncdu: Update to 1.17.


From: guix-commits
Subject: branch master updated: gnu: ncdu: Update to 1.17.
Date: Tue, 10 May 2022 07:26:08 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0573e59626 gnu: ncdu: Update to 1.17.
0573e59626 is described below

commit 0573e5962607f83b5d185ccedb6a37519e615fe5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 10 14:01:44 2022 +0300

    gnu: ncdu: Update to 1.17.
    
    * gnu/packages/ncdu.scm (ncdu): Update to 1.17.
---
 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 45cae30e01..9f238c06e7 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -33,14 +33,14 @@
 (define-public ncdu
   (package
     (name "ncdu")
-    (version "1.16")
+    (version "1.17")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dev.yorhel.nl/download/ncdu-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1m0gk09jaz114piidiw8fkg0id5l6nhz1cg5nlaf1yl3l595g49b"))))
+                "1wfvdajln0iy7364nxkg4bpgdv8l3b6a9bnkhy67icqsxnl4a1w1"))))
     (build-system gnu-build-system)
     (inputs (list ncurses))
     (synopsis "Ncurses-based disk usage analyzer")



reply via email to

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