mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ncdu: Update to 2.9.1.
* gnu/packages/ncdu.scm (ncdu): Update to 2.9.1. Change-Id: I3b8958d7b18be391cee8709c83c18273e8aace4f
This commit is contained in:
parent
67acd6e3a6
commit
b9a8e655bb
1 changed files with 2 additions and 2 deletions
|
@ -70,14 +70,14 @@ ncurses installed.")
|
||||||
(package
|
(package
|
||||||
(inherit ncdu-1)
|
(inherit ncdu-1)
|
||||||
(name "ncdu")
|
(name "ncdu")
|
||||||
(version "2.8.2")
|
(version "2.9.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
|
||||||
"0g815ix1pk54dqzaxlb0paiwjhyz0wbq6368rmx7jyassdjsfbq2"))))
|
"0zmzax43qjlqbh86g0131kfcq9gh82wyl04jsp7qkvh02i70kldz"))))
|
||||||
(build-system zig-build-system)
|
(build-system zig-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:zig zig-0.14
|
(list #:zig zig-0.14
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue