diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-05 23:36:25 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 00:40:33 +0200 |
| commit | 16032f4e2d76ec515dc724975117db627520d23d (patch) | |
| tree | 587b15b9a924207dbe3775adc6b2aa48dbf8c2a8 /gnu/packages | |
| parent | 8bf7c0e6e6a6160069ae2b3dc7799fa40ac07afb (diff) | |
gnu: libfilezilla: Update to 0.28.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.28.0.
[native-inputs]: Add gcc-8.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/ftp.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index 961ce3a4645..b3e0f93a915 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #:use-module (gnu packages cpio) | 32 | #:use-module (gnu packages cpio) |
| 33 | #:use-module (gnu packages compression) | 33 | #:use-module (gnu packages compression) |
| 34 | #:use-module (gnu packages freedesktop) | 34 | #:use-module (gnu packages freedesktop) |
| 35 | #:use-module (gnu packages gcc) | ||
| 35 | #:use-module (gnu packages gettext) | 36 | #:use-module (gnu packages gettext) |
| 36 | #:use-module (gnu packages glib) | 37 | #:use-module (gnu packages glib) |
| 37 | #:use-module (gnu packages gtk) | 38 | #:use-module (gnu packages gtk) |
| @@ -175,20 +176,21 @@ as required.") | |||
| 175 | (define-public libfilezilla | 176 | (define-public libfilezilla |
| 176 | (package | 177 | (package |
| 177 | (name "libfilezilla") | 178 | (name "libfilezilla") |
| 178 | (version "0.24.1") | 179 | (version "0.28.0") |
| 179 | (source | 180 | (source |
| 180 | (origin | 181 | (origin |
| 181 | (method url-fetch) | 182 | (method url-fetch) |
| 182 | (uri (string-append "https://download.filezilla-project.org/" | 183 | (uri (string-append "https://download.filezilla-project.org/" |
| 183 | "libfilezilla/libfilezilla-" version ".tar.bz2")) | 184 | "libfilezilla/libfilezilla-" version ".tar.bz2")) |
| 184 | (sha256 | 185 | (sha256 |
| 185 | (base32 "1zfnqbn14dx0fl45mfaznr5n5xsxy1kx8z9f80fppbqn37pb9mgx")))) | 186 | (base32 "0f0n0kkhclp387glmc758134z4l0qk8935mi523q60b11q3j3h77")))) |
| 186 | (build-system gnu-build-system) | 187 | (build-system gnu-build-system) |
| 187 | (arguments | 188 | (arguments |
| 188 | `(#:configure-flags | 189 | `(#:configure-flags |
| 189 | (list "--disable-static"))) | 190 | (list "--disable-static"))) |
| 190 | (native-inputs | 191 | (native-inputs |
| 191 | `(("cppunit" ,cppunit) | 192 | `(("cppunit" ,cppunit) |
| 193 | ("gcc" ,gcc-8) ; XXX remove when it's the default | ||
| 192 | ("gettext" ,gettext-minimal) | 194 | ("gettext" ,gettext-minimal) |
| 193 | ("pkg-config" ,pkg-config))) | 195 | ("pkg-config" ,pkg-config))) |
| 194 | (inputs | 196 | (inputs |
