gnu: libfilezilla: Update to 0.12.0.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.12.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-17 15:23:57 +01:00
parent eae7ece1af
commit 659fef8ddb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -173,7 +173,7 @@ (define-public weex
(define-public libfilezilla (define-public libfilezilla
(package (package
(name "libfilezilla") (name "libfilezilla")
(version "0.11.2") (version "0.12.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -181,7 +181,7 @@ (define-public libfilezilla
name "/" name "-" version ".tar.bz2")) name "/" name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0wl42yxrha633dbh1vcbhrpsd7sv4zwskbmlpx549ygnzi39krcn")))) "14zag4mhwp5mbir63j1k01jys973kmrivznmm78v6qa92l64jn0a"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("cppunit" ,cppunit) `(("cppunit" ,cppunit)