gnu: filezilla: Update to 0.12.2.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.12.2.
master
Tobias Geerinckx-Rice 2018-05-15 14:07:25 +02:00
parent 20f5c86c3e
commit 5209f4db1d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ as required.")
(define-public libfilezilla (define-public libfilezilla
(package (package
(name "libfilezilla") (name "libfilezilla")
(version "0.12.1") (version "0.12.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -181,7 +181,7 @@ as required.")
name "/" name "-" version ".tar.bz2")) name "/" name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1gbqm42dd0m3fvqz3bk53889479dvn8679zp6ba8a9q2br2wkvv0")))) "1v461hwdk74whp89s490dj1z18gfqf9bz9140m5f11rsvrpid33p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("cppunit" ,cppunit) `(("cppunit" ,cppunit)