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


From: guix-commits
Subject: branch master updated: gnu: ncdu-2: Update to 2.2.1.
Date: Tue, 01 Nov 2022 13:10:32 -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 088962f3c2 gnu: ncdu-2: Update to 2.2.1.
088962f3c2 is described below

commit 088962f3c29d958809f47fec81bb01aaf4592b8c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Nov 1 19:03:31 2022 +0200

    gnu: ncdu-2: Update to 2.2.1.
    
    * gnu/packages/ncdu.scm (ncdu-2): Update to 2.2.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 c84c1c1270..5931ce7b84 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.2")
+    (version "2.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dev.yorhel.nl/download/ncdu-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1ph408p3by8hm33aqampcmk7anqpanajd6456cxl90gi38prya3r"))))
+                "0hfimrr7z9zrfkiyj09i8nh4a1rjn7d00y9xzpc7mkyqpkvghjjy"))))
     (arguments
      (list
        #:make-flags



reply via email to

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