[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: FileZilla: Update to 3.41.1.
From: |
guix-commits |
Subject: |
02/03: gnu: FileZilla: Update to 3.41.1. |
Date: |
Sun, 10 Mar 2019 16:44:59 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit e2bdf60982311a28f5643bebc4cc4cc47a2f9171
Author: Marius Bakke <address@hidden>
Date: Sun Mar 10 20:21:14 2019 +0100
gnu: FileZilla: Update to 3.41.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.41.1.
---
gnu/packages/ftp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 605b92d..3651b92 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -209,14 +209,14 @@ output.
(define-public filezilla
(package
(name "filezilla")
- (version "3.40.0")
+ (version "3.41.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/client/"
"FileZilla_" version "_src.tar.bz2"))
(sha256
- (base32 "11b0410fcwrahq5dd7ph10bc09m62sxra4bjp0kj5gph822s0v63"))))
+ (base32 "0mlv21054fk11rspbnig0q4gph1iqsqm4rpya3wl5is50p33vg5w"))))
(build-system gnu-build-system)
(arguments
;; Don't let filezilla phone home to check for updates.