me
/
guix
Archived
1
0
Fork 0

gnu: libfilezilla: Update to 0.10.1.

* gnu/packages/ftp.scm (libfilezilla): Update to 0.10.1.
[native-inputs]: Add pkg-config.
master
Leo Famulari 2017-08-27 15:26:59 -04:00
parent 1c059a6e16
commit a9af060e5d
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 3 deletions

View File

@ -173,7 +173,7 @@ as required.")
(define-public libfilezilla
(package
(name "libfilezilla")
(version "0.9.0")
(version "0.10.1")
(source
(origin
(method url-fetch)
@ -181,10 +181,11 @@ as required.")
name "/" name "-" version ".tar.bz2"))
(sha256
(base32
"0340v5xs48f28q2d16ldb9359dkzlhl4l449mgyv3qabnlz2pl21"))))
"1yi9db0hpxh3giyjhkbz7ajmf95qw27xdvh3xvw208zri5k575x0"))))
(build-system gnu-build-system)
(native-inputs
`(("cppunit" ,cppunit)))
`(("cppunit" ,cppunit)
("pkg-config" ,pkg-config)))
(home-page "https://lib.filezilla-project.org")
(synopsis "Cross-platform C++ library used by Filezilla client")
(description