guix-commits
[Top][All Lists]
Advanced

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

10/19: gnu: filezilla: Update to 3.40.0.


From: guix-commits
Subject: 10/19: gnu: filezilla: Update to 3.40.0.
Date: Thu, 14 Feb 2019 23:42:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 76f01c5102e173be5b2cec0fb15acf7df07458ff
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 15 04:59:26 2019 +0100

    gnu: filezilla: Update to 3.40.0.
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.40.0.
---
 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 8cc5af6..916f8f6 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -209,14 +209,14 @@ output.
 (define-public filezilla
   (package
     (name "filezilla")
-    (version "3.39.0")
+    (version "3.40.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.filezilla-project.org/client/";
                            "FileZilla_" version "_src.tar.bz2"))
        (sha256
-        (base32 "0ks42q6mi3qx85zpa98izkyficv2bdh3jnvmy97xjnjyfy9mwlgv"))))
+        (base32 "11b0410fcwrahq5dd7ph10bc09m62sxra4bjp0kj5gph822s0v63"))))
     (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]