gnu: ncdu-2: Update to 2.2.1.
* gnu/packages/ncdu.scm (ncdu-2): Update to 2.2.1.
This commit is contained in:
parent
24f0c34ccb
commit
088962f3c2
@ -59,14 +59,14 @@ ncurses installed.")
|
|||||||
(package
|
(package
|
||||||
(inherit ncdu)
|
(inherit ncdu)
|
||||||
(name "ncdu2") ; To destinguish it from the C based version.
|
(name "ncdu2") ; To destinguish it from the C based version.
|
||||||
(version "2.2")
|
(version "2.2.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
|
||||||
"1ph408p3by8hm33aqampcmk7anqpanajd6456cxl90gi38prya3r"))))
|
"0hfimrr7z9zrfkiyj09i8nh4a1rjn7d00y9xzpc7mkyqpkvghjjy"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:make-flags
|
#:make-flags
|
||||||
|
Loading…
Reference in New Issue
Block a user