guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: filezilla: Update to 0.12.2.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: filezilla: Update to 0.12.2.
Date: Tue, 15 May 2018 08:39:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5209f4db1d7236df60ac9e507bfe8a25ad5655f4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue May 15 14:07:25 2018 +0200

    gnu: filezilla: Update to 0.12.2.
    
    * gnu/packages/ftp.scm (libfilezilla): Update to 0.12.2.
---
 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 74c1aea..7a52af4 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.12.1")
+    (version "0.12.2")
     (source
      (origin
        (method url-fetch)
@@ -181,7 +181,7 @@ as required.")
                            name "/" name "-" version ".tar.bz2"))
        (sha256
         (base32
-         "1gbqm42dd0m3fvqz3bk53889479dvn8679zp6ba8a9q2br2wkvv0"))))
+         "1v461hwdk74whp89s490dj1z18gfqf9bz9140m5f11rsvrpid33p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cppunit" ,cppunit)



reply via email to

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