guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libfilezilla: Update to 0.12.3.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: libfilezilla: Update to 0.12.3.
Date: Mon, 11 Jun 2018 08:56:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 41ea698a4b7dcba0c9afe9955d0bfd01642212a3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 10 17:21:27 2018 +0200

    gnu: libfilezilla: Update to 0.12.3.
    
    * gnu/packages/ftp.scm (libfilezilla): Update to 0.12.3.
---
 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 cb837e5..8f64225 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -169,7 +169,7 @@ as required.")
 (define-public libfilezilla
   (package
     (name "libfilezilla")
-    (version "0.12.2")
+    (version "0.12.3")
     (source
      (origin
        (method url-fetch)
@@ -177,7 +177,7 @@ as required.")
                            name "/" name "-" version ".tar.bz2"))
        (sha256
         (base32
-         "1v461hwdk74whp89s490dj1z18gfqf9bz9140m5f11rsvrpid33p"))))
+         "1v606kcz2rdmmlwxrv3xvwh7ia1nh6jfc9bhjw2r4ai3rm16gch5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cppunit" ,cppunit)



reply via email to

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