guix-commits
[Top][All Lists]
Advanced

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

09/23: gnu: filezilla: Update to 3.62.2.


From: guix-commits
Subject: 09/23: gnu: filezilla: Update to 3.62.2.
Date: Sun, 27 Nov 2022 15:26:10 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0741dbbf8eb09b9792aacec4e59a772605adafdc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 27 15:19:18 2022 +0100

    gnu: filezilla: Update to 3.62.2.
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.62.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 f9d7d64f11..05955ad59a 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -217,14 +217,14 @@ output.
 (define-public filezilla
   (package
     (name "filezilla")
-    (version "3.60.1")
+    (version "3.62.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.filezilla-project.org/client/";
                            "FileZilla_" version "_src.tar.bz2"))
        (sha256
-        (base32 "1bv643abf8jai552j9fqcl4i54h1yrs5hgn6w0w1ibwccdinryc1"))))
+        (base32 "04lcffmvl1356iyc14pikq3z6jikj6qn0v0zd57lgsm0biihjrx7"))))
     (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]