[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/21: gnu: ncftp: Update to 3.2.6.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/21: gnu: ncftp: Update to 3.2.6. |
Date: |
Mon, 19 Feb 2018 00:07:24 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 96d47129f632d3d91822134ed402f9256f07c795
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Feb 18 19:17:07 2018 +0100
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.
---
gnu/packages/ftp.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index efd0763..a70398f 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
- branch master updated (2922852 -> 77659ff), Tobias Geerinckx-Rice, 2018/02/19
- 01/21: gnu: erlang: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/02/19
- 02/21: gnu: libfilezilla: Update to 0.12.0., Tobias Geerinckx-Rice, 2018/02/19
- 04/21: gnu: knot: Update to 2.6.5., Tobias Geerinckx-Rice, 2018/02/19
- 07/21: gnu: perl-params-validationcompiler: Update to 0.27., Tobias Geerinckx-Rice, 2018/02/19
- 15/21: gnu: lsof: Remove build timestamp., Tobias Geerinckx-Rice, 2018/02/19
- 05/21: gnu: ncftp: Update to 3.2.6.,
Tobias Geerinckx-Rice <=
- 08/21: gnu: perl-importer: Update to 0.025., Tobias Geerinckx-Rice, 2018/02/19
- 17/21: gnu: ccache: Update to 3.4.1., Tobias Geerinckx-Rice, 2018/02/19
- 06/21: gnu: xinetd: Don't hard-code tarball version., Tobias Geerinckx-Rice, 2018/02/19
- 20/21: gnu: iverilog: Update to 10.2., Tobias Geerinckx-Rice, 2018/02/19
- 09/21: gnu: perl-xml-sax: Update to 1.00., Tobias Geerinckx-Rice, 2018/02/19
- 10/21: gnu: dvdstyler: Update to 3.0.4., Tobias Geerinckx-Rice, 2018/02/19
- 14/21: gnu: lsof: Update phase style., Tobias Geerinckx-Rice, 2018/02/19
- 11/21: gnu: lsof: Replace dead mirror., Tobias Geerinckx-Rice, 2018/02/19
- 21/21: gnu: iverilog: Use Texinfo in description., Tobias Geerinckx-Rice, 2018/02/19
- 13/21: gnu: lsof: Make perl a native input., Tobias Geerinckx-Rice, 2018/02/19