summaryrefslogtreecommitdiff
path: root/gnu/packages/ftp.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-17 15:23:57 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-02-19 05:57:18 +0100
commit659fef8ddbf9dbfd7fc50b7dc62e3b7492cb2fa4 (patch)
tree28d35d28af46cad87af1c5509d7696683b30759d /gnu/packages/ftp.scm
parenteae7ece1afee77fef8d3cdd3b65a208ead971fac (diff)
downloadguix-patches-659fef8ddbf9dbfd7fc50b7dc62e3b7492cb2fa4.tar
guix-patches-659fef8ddbf9dbfd7fc50b7dc62e3b7492cb2fa4.tar.gz
gnu: libfilezilla: Update to 0.12.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.12.0.
Diffstat (limited to 'gnu/packages/ftp.scm')
-rw-r--r--gnu/packages/ftp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 340489f7e5..efd076375a 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.11.2")
+ (version "0.12.0")
(source
(origin
(method url-fetch)
@@ -181,7 +181,7 @@ as required.")
name "/" name "-" version ".tar.bz2"))
(sha256
(base32
- "0wl42yxrha633dbh1vcbhrpsd7sv4zwskbmlpx549ygnzi39krcn"))))
+ "14zag4mhwp5mbir63j1k01jys973kmrivznmm78v6qa92l64jn0a"))))
(build-system gnu-build-system)
(native-inputs
`(("cppunit" ,cppunit)