guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: libfilezilla: Update to 0.14.0.


From: Tobias Geerinckx-Rice
Subject: 01/05: gnu: libfilezilla: Update to 0.14.0.
Date: Fri, 5 Oct 2018 13:33:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 38aca674c3bcd2ace1c6ec79c8b58343c8eea403
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Oct 5 15:22:55 2018 +0200

    gnu: libfilezilla: Update to 0.14.0.
    
    * gnu/packages/ftp.scm (libfilezilla): Update to 0.14.0.
---
 gnu/packages/ftp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index faf9f5d..6d89626 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.13.2")
+    (version "0.14.0")
     (source
      (origin
        (method url-fetch)
@@ -178,7 +178,7 @@ as required.")
                            name "/" name "-" version ".tar.bz2"))
        (sha256
         (base32
-         "0z9cqscca4w94j9npgcknrrw8gfwn5ids903042fczlr977j0i19"))))
+         "15cfz98asypf9rfybv4c6kx8nk3wak7qlm1azldc0gd1nqm4xqvz"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cppunit" ,cppunit)



reply via email to

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