[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: filezilla: Update to 3.60.1.
From: |
guix-commits |
Subject: |
07/10: gnu: filezilla: Update to 3.60.1. |
Date: |
Sat, 25 Jun 2022 17:37:09 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 58bf98ad12153bf938c27d50c179a2076f7c148f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 19 02:00:01 2022 +0200
gnu: filezilla: Update to 3.60.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.60.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 6b2b0000f7..7a69e3b4e2 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -217,14 +217,14 @@ output.
(define-public filezilla
(package
(name "filezilla")
- (version "3.58.0")
+ (version "3.60.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/client/"
"FileZilla_" version "_src.tar.bz2"))
(sha256
- (base32 "122x72rvd178y2rffvidyvzr33kf325q2rk4l2x44xqzw1r7zznh"))))
+ (base32 "1bv643abf8jai552j9fqcl4i54h1yrs5hgn6w0w1ibwccdinryc1"))))
(build-system gnu-build-system)
(arguments
;; Don't let filezilla phone home to check for updates.
- branch master updated (d039f9dc15 -> 14fdbeb3fb), guix-commits, 2022/06/25
- 05/10: gnu: p11-kit@0.24: Update to 0.24.1., guix-commits, 2022/06/25
- 08/10: gnu: pgloader: Update to 3.6.4., guix-commits, 2022/06/25
- 07/10: gnu: filezilla: Update to 3.60.1.,
guix-commits <=
- 01/10: build-system/dub: Don't explicitly return #t from phases., guix-commits, 2022/06/25
- 06/10: gnu: libfilezilla: Update to 0.37.2., guix-commits, 2022/06/25
- 09/10: gnu: emacs-tramp: Update to 2.5.2.5., guix-commits, 2022/06/25
- 10/10: gnu: diffoscope: Update to 217., guix-commits, 2022/06/25
- 04/10: build-system/dub: Don't expect ‘.dub/dub.json’., guix-commits, 2022/06/25
- 02/10: build-system/dub: Use the gold linker., guix-commits, 2022/06/25
- 03/10: build-system/dub: Fix configure docstring indentation., guix-commits, 2022/06/25