1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-10 16:50:43 +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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

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"