diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-18 19:17:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-19 06:00:23 +0100 |
commit | 96d47129f632d3d91822134ed402f9256f07c795 (patch) | |
tree | 16c63197e07398aa45f2e8ed9b8fd0fea38555c0 /gnu/packages/ftp.scm | |
parent | 9e7f1d103d625f355465897e0d90bd2498c74784 (diff) | |
download | patches-96d47129f632d3d91822134ed402f9256f07c795.tar patches-96d47129f632d3d91822134ed402f9256f07c795.tar.gz |
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.
Diffstat (limited to 'gnu/packages/ftp.scm')
-rw-r--r-- | gnu/packages/ftp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index efd076375a..a70398f678 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -91,14 +91,14 @@ reliability in mind.") (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 |