Rene wrote 6 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
Hello,
this patch updates the libfilezilla package to version 0.15.1.
Thank you
Rene
From faf19d281b7b32441eaa1593de31c822171f0e08 Mon Sep 17 00:00:00 2001
From: Rene <pacoon@protonmail.com>
Date: Wed, 5 Dec 2018 08:16:34 +0100
Subject: [PATCH 1/2] gnu: libfilezilla: Update to 0.15.1.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.15.1.
[inputs]: Add nettle.
---
gnu/packages/ftp.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Toggle diff (30 lines)
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index b9c6d209b..6c4efa145 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.14.0")
+ (version "0.15.1")
(source
(origin
(method url-fetch)
@@ -178,11 +178,13 @@ as required.")
name "/" name "-" version ".tar.bz2"))
(sha256
(base32
- "15cfz98asypf9rfybv4c6kx8nk3wak7qlm1azldc0gd1nqm4xqvz"))))
+ "17zlhw5b1a7jzh50cbpy2is3sps5lnzch5yf9qm7mwrviw9c8j10"))))
(build-system gnu-build-system)
(native-inputs
`(("cppunit" ,cppunit)
("pkg-config" ,pkg-config)))
+ (inputs
+ `(("nettle" ,nettle)))
(home-page "https://lib.filezilla-project.org")
(synopsis "Cross-platform C++ library used by Filezilla client")
(description
--
2.19.1