unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33627] [PATCH 1/2] gnu: libfilezilla: Update to 0.15.1.
@ 2018-12-05 15:17 Rene
  2018-12-05 19:54 ` bug#33627: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Rene @ 2018-12-05 15:17 UTC (permalink / raw)
  To: 33627


[-- Attachment #1.1: Type: text/plain, Size: 85 bytes --]

Hello,
this patch updates the libfilezilla package to version 0.15.1.

Thank you
Rene

[-- Attachment #1.2: Type: text/html, Size: 1251 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-libfilezilla-Update-to-0.15.1.patch --]
[-- Type: text/x-patch; name="0001-gnu-libfilezilla-Update-to-0.15.1.patch", Size: 1311 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33627: [PATCH 1/2] gnu: libfilezilla: Update to 0.15.1.
  2018-12-05 15:17 [bug#33627] [PATCH 1/2] gnu: libfilezilla: Update to 0.15.1 Rene
@ 2018-12-05 19:54 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-12-05 19:54 UTC (permalink / raw)
  To: Rene; +Cc: 33627-done

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

On Wed, Dec 05, 2018 at 03:17:09PM +0000, Rene wrote:
> 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.

Thanks! Pushed as 07df80d19569199a6826c1c01d755d7b4aa757c1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-05 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05 15:17 [bug#33627] [PATCH 1/2] gnu: libfilezilla: Update to 0.15.1 Rene
2018-12-05 19:54 ` bug#33627: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).