guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: filezilla: Update to 3.41.2 [security fixes].


From: guix-commits
Subject: 01/01: gnu: filezilla: Update to 3.41.2 [security fixes].
Date: Sat, 23 Mar 2019 19:11:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 920c896c1a3fdcdcd5a38bbb712b145dbbe53c94
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 24 00:08:40 2019 +0100

    gnu: filezilla: Update to 3.41.2 [security fixes].
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.41.2.
---
 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 3651b92..68ad8da 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -209,14 +209,14 @@ output.
 (define-public filezilla
   (package
     (name "filezilla")
-    (version "3.41.1")
+    (version "3.41.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.filezilla-project.org/client/";
                            "FileZilla_" version "_src.tar.bz2"))
        (sha256
-        (base32 "0mlv21054fk11rspbnig0q4gph1iqsqm4rpya3wl5is50p33vg5w"))))
+        (base32 "05zhvzvzkbns0cdxmlswvasfa6031y22dhfj9y5p85gi654f4fy2"))))
     (build-system gnu-build-system)
     (arguments
       ;; Don't let filezilla phone home to check for updates.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]