diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-12 15:26:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-12 16:44:08 +0200 |
commit | acd4da3f2983f839e65220700450a15fc5f3af20 (patch) | |
tree | 75a8477cc00586e4bfbe81b52e70624f0b720892 | |
parent | bec13d872de23a0c33b2624d430d928a43c35e11 (diff) | |
download | guix-acd4da3f2983f839e65220700450a15fc5f3af20.tar guix-acd4da3f2983f839e65220700450a15fc5f3af20.tar.gz |
gnu: libfilezilla: Update to 0.13.1.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.13.1.
-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 f687b9814d..d3f3ef711c 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -170,7 +170,7 @@ as required.") (define-public libfilezilla (package (name "libfilezilla") - (version "0.12.3") + (version "0.13.1") (source (origin (method url-fetch) @@ -178,7 +178,7 @@ as required.") name "/" name "-" version ".tar.bz2")) (sha256 (base32 - "1v606kcz2rdmmlwxrv3xvwh7ia1nh6jfc9bhjw2r4ai3rm16gch5")))) + "0347zkapp0wrhfm1yzw7wa1v3lww65ch176scifxn8f9068f1ixb")))) (build-system gnu-build-system) (native-inputs `(("cppunit" ,cppunit) |