mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: filezilla: Update to 3.29.0.
* gnu/packages/ftp.scm (filezilla): Update to 3.29.0.
This commit is contained in:
parent
7cace18624
commit
e285bc899e
1 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ (define-public libfilezilla
|
|||
(define-public filezilla
|
||||
(package
|
||||
(name "filezilla")
|
||||
(version "3.27.1")
|
||||
(version "3.29.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -219,7 +219,7 @@ (define-public filezilla
|
|||
"/FileZilla_" version "_src" ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"14lsplbp9fy7lk6cpwi3aj6jskz4j82h67x0fik82z1bns0zm2a3"))))
|
||||
"0najf2w6p5j4qc8jmglx6j63mph749s5p90lz2nkmwwwy5sfvlga"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Don't let filezilla phone home to check for updates.
|
||||
|
|
Loading…
Reference in a new issue