gnu: filezilla: Update to 3.40.0.

* gnu/packages/ftp.scm (filezilla): Update to 3.40.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-15 04:59:26 +01:00
parent 786e0073c1
commit 76f01c5102
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -209,14 +209,14 @@ (define-public libfilezilla
(define-public filezilla
(package
(name "filezilla")
(version "3.39.0")
(version "3.40.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/client/"
"FileZilla_" version "_src.tar.bz2"))
(sha256
(base32 "0ks42q6mi3qx85zpa98izkyficv2bdh3jnvmy97xjnjyfy9mwlgv"))))
(base32 "11b0410fcwrahq5dd7ph10bc09m62sxra4bjp0kj5gph822s0v63"))))
(build-system gnu-build-system)
(arguments
;; Don't let filezilla phone home to check for updates.