guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ncdu-2: Update to 2.2.


From: guix-commits
Subject: branch master updated: gnu: ncdu-2: Update to 2.2.
Date: Tue, 18 Oct 2022 04:38:35 -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 054ddcbbc6 gnu: ncdu-2: Update to 2.2.
054ddcbbc6 is described below

commit 054ddcbbc6a5465a56c84414ef49389487f7ef6d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 09:22:39 2022 +0300

    gnu: ncdu-2: Update to 2.2.
    
    * gnu/packages/ncdu.scm (ncdu-2): Update to 2.2.
---
 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 9f238c06e7..c84c1c1270 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -59,14 +59,14 @@ ncurses installed.")
   (package
     (inherit ncdu)
     (name "ncdu2")      ; To destinguish it from the C based version.
-    (version "2.1.2")
+    (version "2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dev.yorhel.nl/download/ncdu-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1p66691xgpljx1y92b4bfpn5rr7gnwbr5x3bf8bc78qq6vq6w3cy"))))
+                "1ph408p3by8hm33aqampcmk7anqpanajd6456cxl90gi38prya3r"))))
     (arguments
      (list
        #:make-flags



reply via email to

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