diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-04 18:48:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-04 22:09:02 +0200 |
commit | 5abaf8936738e56f48f9e79d5b59aa3b09e61f65 (patch) | |
tree | 1862830e32aedf59a2811cba7c00753ae9b88046 /gnu | |
parent | ed04ce98c6bccadd4ef94c0ace3e031cacecc653 (diff) | |
download | guix-5abaf8936738e56f48f9e79d5b59aa3b09e61f65.tar guix-5abaf8936738e56f48f9e79d5b59aa3b09e61f65.tar.gz |
gnu: filezilla: Update to 3.55.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.55.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ftp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index 872e69d4c8..17ad139162 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -220,14 +220,14 @@ output. (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. |