mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: ncftp: Update to 3.2.6.
* gnu/packages/ftp.scm (ncftp): Update to 3.2.6. [source]: Use .xz instead of (discontinued) .bz2 tarball.
This commit is contained in:
parent
9e7f1d103d
commit
96d47129f6
1 changed files with 3 additions and 3 deletions
|
@ -91,14 +91,14 @@ (define-public lftp
|
|||
(define-public ncftp
|
||||
(package
|
||||
(name "ncftp")
|
||||
(version "3.2.5")
|
||||
(version "3.2.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://ftp.ncftp.com/ncftp/ncftp-"
|
||||
version "-src.tar.bz2"))
|
||||
version "-src.tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hlx12i0lwi99qsrx7nccf4nvwjj2gych4yks5y179b1ax0y5sxl"))
|
||||
"1389657cwgw5a3kljnqmhvfh4vr2gcr71dwz1mlhf22xq23hc82z"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue