gnu: libfilezilla: Update to 0.12.0.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 17 Feb 2018 14:23:57 +0000 (15:23 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 19 Feb 2018 04:57:18 +0000 (05:57 +0100)
* gnu/packages/ftp.scm (libfilezilla): Update to 0.12.0.

gnu/packages/ftp.scm

index 340489f..efd0763 100644 (file)
@@ -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)