guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: libfilezilla: Update to 0.10.1.


From: Leo Famulari
Subject: 02/03: gnu: libfilezilla: Update to 0.10.1.
Date: Sun, 27 Aug 2017 16:04:59 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit a9af060e5ddcc4e467db8a229334db7f0372a308
Author: Leo Famulari <address@hidden>
Date:   Sun Aug 27 15:26:59 2017 -0400

    gnu: libfilezilla: Update to 0.10.1.
    
    * gnu/packages/ftp.scm (libfilezilla): Update to 0.10.1.
    [native-inputs]: Add pkg-config.
---
 gnu/packages/ftp.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index eb10849..3919557 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.9.0")
+    (version "0.10.1")
     (source
      (origin
        (method url-fetch)
@@ -181,10 +181,11 @@ as required.")
                            name "/" name "-" version ".tar.bz2"))
        (sha256
         (base32
-         "0340v5xs48f28q2d16ldb9359dkzlhl4l449mgyv3qabnlz2pl21"))))
+         "1yi9db0hpxh3giyjhkbz7ajmf95qw27xdvh3xvw208zri5k575x0"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("cppunit" ,cppunit)))
+     `(("cppunit" ,cppunit)
+       ("pkg-config" ,pkg-config)))
     (home-page "https://lib.filezilla-project.org";)
     (synopsis "Cross-platform C++ library used by Filezilla client")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]