mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: ncdu2: Update to 2.1.
* gnu/packages/ncdu.scm (ncdu2): Update to 2.1.
This commit is contained in:
parent
bb9b3645e8
commit
652b26d489
1 changed files with 2 additions and 2 deletions
|
@ -59,14 +59,14 @@ (define-public ncdu-2
|
|||
(package
|
||||
(inherit ncdu)
|
||||
(name "ncdu2") ; To destinguish it from the C based version.
|
||||
(version "2.0.1")
|
||||
(version "2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dev.yorhel.nl/download/ncdu-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j3w8xixz1zkzcpk0xrh6y3r7sii3h3y31lbvs5iqc5q7q6day9g"))))
|
||||
"1zlml62j57nb8k2simjy1bj2bp69zj517injy85c0p55ch5d5a2b"))))
|
||||
(arguments
|
||||
(list
|
||||
#:make-flags
|
||||
|
|
Loading…
Reference in a new issue