gnu: ncdu-1: Update to 1.18.1.
* gnu/packages/ncdu.scm (ncdu-1): Update to 1.18.1.
This commit is contained in:
parent
4d42fbd371
commit
b8b3af93da
1 changed files with 2 additions and 2 deletions
|
@ -36,14 +36,14 @@
|
||||||
;; yet, so we'll keep both for just a little longer.
|
;; yet, so we'll keep both for just a little longer.
|
||||||
(package
|
(package
|
||||||
(name "ncdu")
|
(name "ncdu")
|
||||||
(version "1.18")
|
(version "1.18.1")
|
||||||
(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
|
||||||
"15czid6584j7vclwrw85ihahknghxv2w6b9mrk9cbjc0cnls2drw"))))
|
"01946cqp5z38srbpq08d75f1n0cgpfyn8h8ppbaawnnq57ms23vw"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue