guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: filezilla: Update to 3.27.1.


From: Leo Famulari
Subject: 03/03: gnu: filezilla: Update to 3.27.1.
Date: Sun, 27 Aug 2017 16:04:59 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 01f248b606dadf3a3950e06bc4a6305cfb3e452e
Author: Leo Famulari <address@hidden>
Date:   Sun Aug 27 15:27:15 2017 -0400

    gnu: filezilla: Update to 3.27.1.
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.27.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 3919557..bbdb4e4 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -196,7 +196,7 @@ platform-independent programs.")
 (define-public filezilla
   (package
     (name "filezilla")
-    (version "3.24.1")
+    (version "3.27.1")
     (source
      (origin
        (method url-fetch)
@@ -205,7 +205,7 @@ platform-independent programs.")
                            "/FileZilla_" version "_src" ".tar.bz2"))
        (sha256
         (base32
-         "0ahcld3g6jj92nakm5i58wgmcv6f4l9yisw3aqbc2ry0gs679pg6"))))
+         "14lsplbp9fy7lk6cpwi3aj6jskz4j82h67x0fik82z1bns0zm2a3"))))
     (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]