gnu: libfilezilla: Update to 0.28.0.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.28.0.
[native-inputs]: Add gcc-8.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-05 23:36:25 +02:00
parent 8bf7c0e6e6
commit 16032f4e2d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -32,6 +32,7 @@ (define-module (gnu packages ftp)
#:use-module (gnu packages cpio)
#:use-module (gnu packages compression)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages gcc)
#:use-module (gnu packages gettext)
#:use-module (gnu packages glib)
#:use-module (gnu packages gtk)
@ -175,20 +176,21 @@ (define-public weex
(define-public libfilezilla
(package
(name "libfilezilla")
(version "0.24.1")
(version "0.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/"
"libfilezilla/libfilezilla-" version ".tar.bz2"))
(sha256
(base32 "1zfnqbn14dx0fl45mfaznr5n5xsxy1kx8z9f80fppbqn37pb9mgx"))))
(base32 "0f0n0kkhclp387glmc758134z4l0qk8935mi523q60b11q3j3h77"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--disable-static")))
(native-inputs
`(("cppunit" ,cppunit)
("gcc" ,gcc-8) ; XXX remove when it's the default
("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(inputs