guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: filezilla: Update to 3.39.0.


From: guix-commits
Subject: 04/04: gnu: filezilla: Update to 3.39.0.
Date: Wed, 5 Dec 2018 14:54:16 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e8338e9101e31971f3151c5e4f5ec87bd3b3e195
Author: Rene <address@hidden>
Date:   Wed Dec 5 08:51:40 2018 +0100

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