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.18.


From: guix-commits
Subject: branch master updated: gnu: ncdu: Update to 1.18.
Date: Thu, 15 Dec 2022 10:12:18 -0500

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 b19f5bbac7 gnu: ncdu: Update to 1.18.
b19f5bbac7 is described below

commit b19f5bbac79522438bb9deca8bbb28fc0f751903
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 15 16:05:44 2022 +0200

    gnu: ncdu: Update to 1.18.
    
    * gnu/packages/ncdu.scm (ncdu): Update to 1.18.
---
 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 5931ce7b84..a623cd5373 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -33,14 +33,14 @@
 (define-public ncdu
   (package
     (name "ncdu")
-    (version "1.17")
+    (version "1.18")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dev.yorhel.nl/download/ncdu-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1wfvdajln0iy7364nxkg4bpgdv8l3b6a9bnkhy67icqsxnl4a1w1"))))
+                "15czid6584j7vclwrw85ihahknghxv2w6b9mrk9cbjc0cnls2drw"))))
     (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]