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.58.0.


From: guix-commits
Subject: 02/02: gnu: filezilla: Update to 3.58.0.
Date: Tue, 15 Feb 2022 09:22:05 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7a67e9f3b5ac58aca6e33f452f17f5072dd38ec8
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Tue Feb 15 19:07:58 2022 +0530

    gnu: filezilla: Update to 3.58.0.
    
    * gnu/packages/ftp.scm (filezilla): Update to 3.58.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/ftp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 006fa64cc0..cf6cdb630f 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
 ;;; Copyright © 2021 David Larsson <david.larsson@selfhosted.xyz>
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -213,14 +214,14 @@ output.
 (define-public filezilla
   (package
     (name "filezilla")
-    (version "3.57.0")
+    (version "3.58.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.filezilla-project.org/client/";
                            "FileZilla_" version "_src.tar.bz2"))
        (sha256
-        (base32 "1iwrr08rik0afaxf88bghw2fw97ia8wlcsrm94jh24yafxq6rgw2"))))
+        (base32 "122x72rvd178y2rffvidyvzr33kf325q2rk4l2x44xqzw1r7zznh"))))
     (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]