gnu: libfilezilla: Update to 0.14.0.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.14.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-05 15:22:55 +02:00
parent a6798218be
commit 38aca674c3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ as required.")
(define-public libfilezilla
(package
(name "libfilezilla")
(version "0.13.2")
(version "0.14.0")
(source
(origin
(method url-fetch)
@ -178,7 +178,7 @@ as required.")
name "/" name "-" version ".tar.bz2"))
(sha256
(base32
"0z9cqscca4w94j9npgcknrrw8gfwn5ids903042fczlr977j0i19"))))
"15cfz98asypf9rfybv4c6kx8nk3wak7qlm1azldc0gd1nqm4xqvz"))))
(build-system gnu-build-system)
(native-inputs
`(("cppunit" ,cppunit)