mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ncdu: Update to 1.12.
* gnu/packages/ncdu.scm (ncdu): Update to 1.12. [source]: Use https. [license]: Use https. [home-page]: Use https.
This commit is contained in:
parent
b314360f30
commit
fb29e737d4
1 changed files with 5 additions and 5 deletions
|
@ -27,14 +27,14 @@ (define-module (gnu packages ncdu)
|
|||
(define-public ncdu
|
||||
(package
|
||||
(name "ncdu")
|
||||
(version "1.11")
|
||||
(version "1.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dev.yorhel.nl/download/ncdu-"
|
||||
(uri (string-append "https://dev.yorhel.nl/download/ncdu-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yxv87hpal05p6nii6rlnai5a8958689l9vz020w4qvlwiragbnh"))))
|
||||
"16j9fyw73y1lk05a35i4q9i66laklgsx41lz5rxfr8m28x3lw3l2"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("ncurses" ,ncurses)))
|
||||
(synopsis "Ncurses based disk usage analyzer")
|
||||
|
@ -44,6 +44,6 @@ (define-public ncdu
|
|||
use, and should be able to run in any minimal POSIX-like environment with
|
||||
ncurses installed.")
|
||||
(license (x11-style
|
||||
(string-append "http://g.blicky.net/ncdu.git/plain/COPYING?id=v"
|
||||
(string-append "https://g.blicky.net/ncdu.git/plain/COPYING?id=v"
|
||||
version)))
|
||||
(home-page "http://dev.yorhel.nl/ncdu")))
|
||||
(home-page "https://dev.yorhel.nl/ncdu")))
|
||||
|
|
Loading…
Reference in a new issue