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:
parent
3030306b08
commit
1ba95c8a96
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue