guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ncdu-2: Update to 2.1.1.


From: guix-commits
Subject: 02/02: gnu: ncdu-2: Update to 2.1.1.
Date: Wed, 30 Mar 2022 13:01:19 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 96a1d6b7a0caa4238a0f716f2456572405a23be6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 30 19:57:26 2022 +0300

    gnu: ncdu-2: Update to 2.1.1.
    
    * gnu/packages/ncdu.scm (ncdu-2): Update to 2.1.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 5af976b368..d133b61e16 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")
+    (version "2.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dev.yorhel.nl/download/ncdu-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1zlml62j57nb8k2simjy1bj2bp69zj517injy85c0p55ch5d5a2b"))))
+                "1va85adf1cd5xn2xh107zmr12q69i4p2m5s62chvch0dlm63ghnn"))))
     (arguments
      (list
        #:make-flags



reply via email to

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