guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: filezilla: Update to 3.42.1.


From: guix-commits
Subject: 02/02: gnu: filezilla: Update to 3.42.1.
Date: Wed, 19 Jun 2019 09:43:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 68c138ffcec4758ebda95af388896332cc385a4c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 19 13:43:46 2019 +0200

    gnu: filezilla: Update to 3.42.1.
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.42.1.
---
 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 20f096b..b2ab13d 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -208,14 +208,14 @@ output.
 (define-public filezilla
   (package
     (name "filezilla")
-    (version "3.41.2")
+    (version "3.42.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.filezilla-project.org/client/";
                            "FileZilla_" version "_src.tar.bz2"))
        (sha256
-        (base32 "05zhvzvzkbns0cdxmlswvasfa6031y22dhfj9y5p85gi654f4fy2"))))
+        (base32 "083ycsycwy1szhp3mzf998wsqa74hmdxdsy07x6k81vp2cxjxijg"))))
     (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]