diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-15 14:07:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-15 14:39:12 +0200 |
commit | 5209f4db1d7236df60ac9e507bfe8a25ad5655f4 (patch) | |
tree | 97f02a36b554e12d1a671fe85c09f53d3dc7d010 /gnu/packages/ftp.scm | |
parent | 20f5c86c3e3226b04eaf2f7d29a1a0200f323033 (diff) | |
download | patches-5209f4db1d7236df60ac9e507bfe8a25ad5655f4.tar patches-5209f4db1d7236df60ac9e507bfe8a25ad5655f4.tar.gz |
gnu: filezilla: Update to 0.12.2.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.12.2.
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 74c1aea58e..7a52af4033 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.12.1") + (version "0.12.2") (source (origin (method url-fetch) @@ -181,7 +181,7 @@ as required.") name "/" name "-" version ".tar.bz2")) (sha256 (base32 - "1gbqm42dd0m3fvqz3bk53889479dvn8679zp6ba8a9q2br2wkvv0")))) + "1v461hwdk74whp89s490dj1z18gfqf9bz9140m5f11rsvrpid33p")))) (build-system gnu-build-system) (native-inputs `(("cppunit" ,cppunit) |