From 437f8f19ac74c85b80432881d9df2b0d80943bca Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 11 Jul 2024 00:11:31 +0300 Subject: [PATCH] gnu: ncdu-1: Update to 1.20. * gnu/packages/ncdu.scm (ncdu-1): Update to 1.20. Change-Id: I3f29318597d6e3f5e120bc1f5e51a7c7f35f52f2 --- gnu/packages/ncdu.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm index 7b93dab9f6..f68b682fbb 100644 --- a/gnu/packages/ncdu.scm +++ b/gnu/packages/ncdu.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 John Darrington ;;; Copyright © 2018–2021 Tobias Geerinckx-Rice -;;; Copyright © 2022, 2023 Efraim Flashner +;;; Copyright © 2022-2024 Efraim Flashner ;;; ;;; This file is part of GNU Guix. ;;; @@ -36,14 +36,14 @@ ;; yet, so we'll keep both for just a little longer. (package (name "ncdu") - (version "1.19") + (version "1.20") (source (origin (method url-fetch) (uri (string-append "https://dev.yorhel.nl/download/ncdu-" version ".tar.gz")) (sha256 (base32 - "0zdidd4rhik5j0qdrdg1yh9094jlw496q07vqx90gphc30ck0dih")))) + "0wlmpq8gzcl1fim8jba3g0q0bbn4jcrbkns2n95kfwmy3a2bpqjz")))) (build-system gnu-build-system) (inputs (list ncurses)) (synopsis "Ncurses-based disk usage analyzer")