diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-19 13:43:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-19 15:42:50 +0200 |
commit | 68c138ffcec4758ebda95af388896332cc385a4c (patch) | |
tree | aeb13809ed3aa63b1c2c320e4114b970f6ac4671 /gnu/packages/ftp.scm | |
parent | 75b803ffa99072543577653c3b69c79f928c6c0e (diff) | |
download | guix-68c138ffcec4758ebda95af388896332cc385a4c.tar guix-68c138ffcec4758ebda95af388896332cc385a4c.tar.gz |
gnu: filezilla: Update to 3.42.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.42.1.
Diffstat (limited to 'gnu/packages/ftp.scm')
-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 20f096b62a..b2ab13d951 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -208,14 +208,14 @@ output. (define-public filezilla (package (name "filezilla") - (version "3.41.2") + (version "3.42.1") (source (origin (method url-fetch) (uri (string-append "https://download.filezilla-project.org/client/" "FileZilla_" version "_src.tar.bz2")) (sha256 - (base32 "05zhvzvzkbns0cdxmlswvasfa6031y22dhfj9y5p85gi654f4fy2")))) + (base32 "083ycsycwy1szhp3mzf998wsqa74hmdxdsy07x6k81vp2cxjxijg")))) (build-system gnu-build-system) (arguments ;; Don't let filezilla phone home to check for updates. |