aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-07-11 00:11:31 +0300
committerEfraim Flashner <efraim@flashner.co.il>2024-07-11 17:03:20 +0300
commit437f8f19ac74c85b80432881d9df2b0d80943bca (patch)
treee9ae3ef03ac0a46914157775a4fec0858b603d00 /gnu
parent8504aa6f4600e25aa62b69dd86315c20d12517ce (diff)
downloadguix-437f8f19ac74c85b80432881d9df2b0d80943bca.tar
guix-437f8f19ac74c85b80432881d9df2b0d80943bca.tar.gz
gnu: ncdu-1: Update to 1.20.
* gnu/packages/ncdu.scm (ncdu-1): Update to 1.20. Change-Id: I3f29318597d6e3f5e120bc1f5e51a7c7f35f52f2
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ncdu.scm6
1 files 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 <jmd@gnu.org>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2022-2024 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; 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")