Archived
1
0
Fork 0

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:
Tobias Geerinckx-Rice 2018-02-18 19:17:07 +01:00
parent 9e7f1d103d
commit 96d47129f6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -91,14 +91,14 @@ reliability in mind.")
(define-public ncftp (define-public ncftp
(package (package
(name "ncftp") (name "ncftp")
(version "3.2.5") (version "3.2.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ftp.ncftp.com/ncftp/ncftp-" (uri (string-append "ftp://ftp.ncftp.com/ncftp/ncftp-"
version "-src.tar.bz2")) version "-src.tar.xz"))
(sha256 (sha256
(base32 (base32
"0hlx12i0lwi99qsrx7nccf4nvwjj2gych4yks5y179b1ax0y5sxl")) "1389657cwgw5a3kljnqmhvfh4vr2gcr71dwz1mlhf22xq23hc82z"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin