guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ncdu-1: Update to 1.18.1.


From: guix-commits
Subject: branch master updated: gnu: ncdu-1: Update to 1.18.1.
Date: Thu, 27 Apr 2023 15:19:56 -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 b8b3af93da gnu: ncdu-1: Update to 1.18.1.
b8b3af93da is described below

commit b8b3af93da5340eecab77fa7b12c7ce364bf11cf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Apr 27 22:18:56 2023 +0300

    gnu: ncdu-1: Update to 1.18.1.
    
    * gnu/packages/ncdu.scm (ncdu-1): Update to 1.18.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 716eef43dd..4ff6d676f7 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -36,14 +36,14 @@
   ;; yet, so we'll keep both for just a little longer.
   (package
     (name "ncdu")
-    (version "1.18")
+    (version "1.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dev.yorhel.nl/download/ncdu-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "15czid6584j7vclwrw85ihahknghxv2w6b9mrk9cbjc0cnls2drw"))))
+                "01946cqp5z38srbpq08d75f1n0cgpfyn8h8ppbaawnnq57ms23vw"))))
     (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]