guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: filezilla: Update to 3.29.0.


From: Tobias Geerinckx-Rice
Subject: 03/05: gnu: filezilla: Update to 3.29.0.
Date: Fri, 5 Jan 2018 08:47:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e285bc899e21e1a643f5b69f7a4c4b7f23fbe7ff
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 5 04:15:58 2018 +0000

    gnu: filezilla: Update to 3.29.0.
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.29.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 08c6472..340489f 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -210,7 +210,7 @@ output.
 (define-public filezilla
   (package
     (name "filezilla")
-    (version "3.27.1")
+    (version "3.29.0")
     (source
      (origin
        (method url-fetch)
@@ -219,7 +219,7 @@ output.
                            "/FileZilla_" version "_src" ".tar.bz2"))
        (sha256
         (base32
-         "14lsplbp9fy7lk6cpwi3aj6jskz4j82h67x0fik82z1bns0zm2a3"))))
+         "0najf2w6p5j4qc8jmglx6j63mph749s5p90lz2nkmwwwy5sfvlga"))))
     (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]