3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libfilezilla: Update to 0.12.3.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.12.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-10 17:21:27 +02:00
parent e0cc7f669b
commit 41ea698a4b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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