gnu: libfilezilla: Update to 0.16.0.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.16.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-19 13:43:38 +02:00
parent f1765b57b8
commit 75b803ffa9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -170,15 +170,14 @@ as required.")
(define-public libfilezilla
(package
(name "libfilezilla")
(version "0.15.1")
(version "0.16.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/"
"libfilezilla/libfilezilla-" version ".tar.bz2"))
(sha256
(base32
"17zlhw5b1a7jzh50cbpy2is3sps5lnzch5yf9qm7mwrviw9c8j10"))))
(base32 "1fd71vmllzvljff5l5ka5wnzbdsxx4i54dpxpklydmbsqpilnv1v"))))
(build-system gnu-build-system)
(native-inputs
`(("cppunit" ,cppunit)