mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:18:33 +01:00
gnu: ncdu-2: Update to 2.2.
* gnu/packages/ncdu.scm (ncdu-2): Update to 2.2.
This commit is contained in:
parent
b41ff1a00d
commit
054ddcbbc6
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.1.2")
|
||||
(version "2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dev.yorhel.nl/download/ncdu-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p66691xgpljx1y92b4bfpn5rr7gnwbr5x3bf8bc78qq6vq6w3cy"))))
|
||||
"1ph408p3by8hm33aqampcmk7anqpanajd6456cxl90gi38prya3r"))))
|
||||
(arguments
|
||||
(list
|
||||
#:make-flags
|
||||
|
|
Loading…
Reference in a new issue