guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: filezilla: Update to 3.31.0.


From: Tobias Geerinckx-Rice
Subject: 05/09: gnu: filezilla: Update to 3.31.0.
Date: Sun, 25 Mar 2018 14:03:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5a5b866324bc47097d76a7288a8fb1ecad4da626
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 25 18:01:59 2018 +0200

    gnu: filezilla: Update to 3.31.0.
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.31.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 4ad6bcb..74c1aea 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -210,7 +210,7 @@ output.
 (define-public filezilla
   (package
     (name "filezilla")
-    (version "3.29.0")
+    (version "3.31.0")
     (source
      (origin
        (method url-fetch)
@@ -219,7 +219,7 @@ output.
                            "/FileZilla_" version "_src" ".tar.bz2"))
        (sha256
         (base32
-         "0najf2w6p5j4qc8jmglx6j63mph749s5p90lz2nkmwwwy5sfvlga"))))
+         "1rfysb8dil35a7bzj2kw0mzzkys39d7yn6ipsbk8l6rkwfvnii8l"))))
     (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]