1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: ncftp: Update to 3.3.0.

The 3.2.9 tarball had vanished from ncftp.com.

* gnu/packages/ftp.scm (ncftp): Update to 3.3.0.

Change-Id: I5776e44f71a1862afd88bd0e2a9916d526720d68
This commit is contained in:
Ludovic Courtès
2025-05-25 18:24:14 +02:00
parent 3030306b08
commit 1ba95c8a96

View File

@@ -124,14 +124,14 @@ reliability in mind.")
(define-public ncftp
(package
(name "ncftp")
(version "3.2.9")
(version "3.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.ncftp.com/public_ftp/ncftp/ncftp-"
version "-src.tar.gz"))
(sha256
(base32
"1hcpxxa6vc3ivlpbrcm3wfy5ykamgnrxmjci4im8y54fsy6k8y8x"))
"11k375kcimd8fxb6zxdkqy2qfs927mpnvi21iqncibxdqa2gh83r"))
(patches
(search-patches
"ncftp-reproducible.patch"