guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: libfilezilla: Update to 0.13.1.


From: Tobias Geerinckx-Rice
Subject: 07/07: gnu: libfilezilla: Update to 0.13.1.
Date: Wed, 12 Sep 2018 11:01:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit acd4da3f2983f839e65220700450a15fc5f3af20
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Sep 12 15:26:21 2018 +0200

    gnu: libfilezilla: Update to 0.13.1.
    
    * gnu/packages/ftp.scm (libfilezilla): Update to 0.13.1.
---
 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 f687b98..d3f3ef7 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.12.3")
+    (version "0.13.1")
     (source
      (origin
        (method url-fetch)
@@ -178,7 +178,7 @@ as required.")
                            name "/" name "-" version ".tar.bz2"))
        (sha256
         (base32
-         "1v606kcz2rdmmlwxrv3xvwh7ia1nh6jfc9bhjw2r4ai3rm16gch5"))))
+         "0347zkapp0wrhfm1yzw7wa1v3lww65ch176scifxn8f9068f1ixb"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cppunit" ,cppunit)



reply via email to

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