guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: filezilla: Update to 3.57.0.


From: guix-commits
Subject: 03/12: gnu: filezilla: Update to 3.57.0.
Date: Fri, 17 Dec 2021 16:51:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4b8a5e8cc59200fc15bfb7ae31bea73aeaf9c15c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 20:34:42 2021 +0100

    gnu: filezilla: Update to 3.57.0.
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.57.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 042f1b4..3cddf21 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -213,14 +213,14 @@ output.
 (define-public filezilla
   (package
     (name "filezilla")
-    (version "3.55.1")
+    (version "3.57.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.filezilla-project.org/client/";
                            "FileZilla_" version "_src.tar.bz2"))
        (sha256
-        (base32 "19bnyx89jg0ll8a8mr4y8gp26gizs11ckgrwglh27zak3zhx1y37"))))
+        (base32 "1iwrr08rik0afaxf88bghw2fw97ia8wlcsrm94jh24yafxq6rgw2"))))
     (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]