summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-05-06 13:51:53 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-05-06 14:36:07 +0300
commit166e0dfc44bce1b2e4974db2e21fe9ecf497b2a1 (patch)
tree8135dbd354f3baa1dde0df8105d0af05b91d1ca3 /gnu
parent549e478f2355e3283e3a80fa16d7adb29162e66b (diff)
downloadguix-patches-166e0dfc44bce1b2e4974db2e21fe9ecf497b2a1.tar
guix-patches-166e0dfc44bce1b2e4974db2e21fe9ecf497b2a1.tar.gz
gnu: ncdu-2: Update to 2.1.2.
* gnu/packages/ncdu.scm (ncdu-2): Update to 2.1.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ncdu.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm
index d133b61e16..45cae30e01 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.1")
+ (version "2.1.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dev.yorhel.nl/download/ncdu-"
version ".tar.gz"))
(sha256
(base32
- "1va85adf1cd5xn2xh107zmr12q69i4p2m5s62chvch0dlm63ghnn"))))
+ "1p66691xgpljx1y92b4bfpn5rr7gnwbr5x3bf8bc78qq6vq6w3cy"))))
(arguments
(list
#:make-flags