diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-10 17:21:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-11 14:08:24 +0200 |
commit | 41ea698a4b7dcba0c9afe9955d0bfd01642212a3 (patch) | |
tree | 35ac314333614c29a96e148fae70438b31c56cca | |
parent | e0cc7f669bec22c37481dd03a7941c7d11a64f1d (diff) | |
download | patches-41ea698a4b7dcba0c9afe9955d0bfd01642212a3.tar patches-41ea698a4b7dcba0c9afe9955d0bfd01642212a3.tar.gz |
gnu: libfilezilla: Update to 0.12.3.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.12.3.
-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 cb837e554e..8f64225ab4 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -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) |