mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: ncdu-1: Update to 1.19.
* gnu/packages/ncdu.scm (ncdu-1): Update to 1.19.
This commit is contained in:
parent
68fe73cf39
commit
861e5b5221
1 changed files with 2 additions and 2 deletions
|
@ -36,14 +36,14 @@ (define-public ncdu-1
|
|||
;; yet, so we'll keep both for just a little longer.
|
||||
(package
|
||||
(name "ncdu")
|
||||
(version "1.18.1")
|
||||
(version "1.19")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dev.yorhel.nl/download/ncdu-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01946cqp5z38srbpq08d75f1n0cgpfyn8h8ppbaawnnq57ms23vw"))))
|
||||
"0zdidd4rhik5j0qdrdg1yh9094jlw496q07vqx90gphc30ck0dih"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list ncurses))
|
||||
(synopsis "Ncurses-based disk usage analyzer")
|
||||
|
|
Loading…
Reference in a new issue