Archived
1
0
Fork 0

gnu: ncdu: Update to 1.17.

* gnu/packages/ncdu.scm (ncdu): Update to 1.17.
This commit is contained in:
Efraim Flashner 2022-05-10 14:01:44 +03:00
parent 22b9ac3f76
commit 0573e59626
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -33,14 +33,14 @@
(define-public ncdu (define-public ncdu
(package (package
(name "ncdu") (name "ncdu")
(version "1.16") (version "1.17")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dev.yorhel.nl/download/ncdu-" (uri (string-append "https://dev.yorhel.nl/download/ncdu-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1m0gk09jaz114piidiw8fkg0id5l6nhz1cg5nlaf1yl3l595g49b")))) "1wfvdajln0iy7364nxkg4bpgdv8l3b6a9bnkhy67icqsxnl4a1w1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list ncurses)) (inputs (list ncurses))
(synopsis "Ncurses-based disk usage analyzer") (synopsis "Ncurses-based disk usage analyzer")