[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: filezilla: Update to 3.57.0.
From: |
guix-commits |
Subject: |
03/12: gnu: filezilla: Update to 3.57.0. |
Date: |
Fri, 17 Dec 2021 16:51:43 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 4b8a5e8cc59200fc15bfb7ae31bea73aeaf9c15c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 20:34:42 2021 +0100
gnu: filezilla: Update to 3.57.0.
* gnu/packages/ftp.scm (filezilla): Update to 3.57.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 042f1b4..3cddf21 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -213,14 +213,14 @@ output.
(define-public filezilla
(package
(name "filezilla")
- (version "3.55.1")
+ (version "3.57.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/client/"
"FileZilla_" version "_src.tar.bz2"))
(sha256
- (base32 "19bnyx89jg0ll8a8mr4y8gp26gizs11ckgrwglh27zak3zhx1y37"))))
+ (base32 "1iwrr08rik0afaxf88bghw2fw97ia8wlcsrm94jh24yafxq6rgw2"))))
(build-system gnu-build-system)
(arguments
;; Don't let filezilla phone home to check for updates.
- branch master updated (d627fba -> b4ee524), guix-commits, 2021/12/17
- 03/12: gnu: filezilla: Update to 3.57.0.,
guix-commits <=
- 01/12: gnu: libfilezilla: Update to 0.35.0., guix-commits, 2021/12/17
- 06/12: gnu: nsd: Update to 4.3.9., guix-commits, 2021/12/17
- 02/12: gnu: libfilezilla: Remove input labels., guix-commits, 2021/12/17
- 05/12: gnu: memkind: Update to 1.12.0., guix-commits, 2021/12/17
- 04/12: gnu: filezilla: Remove input labels., guix-commits, 2021/12/17
- 10/12: gnu: interception-tools: Remove input labels., guix-commits, 2021/12/17
- 09/12: gnu: interception-tools: Update to 0.6.8., guix-commits, 2021/12/17
- 07/12: gnu: knot-resolver: Update to 5.4.3., guix-commits, 2021/12/17
- 11/12: gnu: mutt: Update to 2.1.4., guix-commits, 2021/12/17
- 08/12: gnu: cpuid: Update to 20211210., guix-commits, 2021/12/17