gnu: filezilla: Update to 3.55.1.

* gnu/packages/ftp.scm (filezilla): Update to 3.55.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-04 18:48:23 +02:00
parent ed04ce98c6
commit 5abaf89367
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -220,14 +220,14 @@ (define-public libfilezilla
(define-public filezilla
(package
(name "filezilla")
(version "3.55.0")
(version "3.55.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/client/"
"FileZilla_" version "_src.tar.bz2"))
(sha256
(base32 "10lwmf6cvryw2gja6vj1zh2y55z4i38wsvxdpclvwdnih10ynw5f"))))
(base32 "19bnyx89jg0ll8a8mr4y8gp26gizs11ckgrwglh27zak3zhx1y37"))))
(build-system gnu-build-system)
(arguments
;; Don't let filezilla phone home to check for updates.