diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-29 19:17:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-29 21:51:51 +0200 |
commit | 16818c4856b8fe0b57054b60d5c33ede7fe6e8b5 (patch) | |
tree | 4c37cb56940738143dbfbf5715b95dd73b4c9e5d /gnu/packages/ftp.scm | |
parent | 6fc35b2179da49587c7d4146185d061f234bb8c1 (diff) |
gnu: libfilezilla: Update to 0.11.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.11.0.
Diffstat (limited to 'gnu/packages/ftp.scm')
-rw-r--r-- | gnu/packages/ftp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index ba9e130f57..f3f2b5ea71 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -173,7 +173,7 @@ as required.") (define-public libfilezilla (package (name "libfilezilla") - (version "0.10.1") + (version "0.11.0") (source (origin (method url-fetch) @@ -181,7 +181,7 @@ as required.") name "/" name "-" version ".tar.bz2")) (sha256 (base32 - "1yi9db0hpxh3giyjhkbz7ajmf95qw27xdvh3xvw208zri5k575x0")))) + "1l4yhw269dyarqb2spqhycxzzyfn8pj4qh9vfycdw1c93hj6fx6c")))) (build-system gnu-build-system) (native-inputs `(("cppunit" ,cppunit) |