guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: libfilezilla: Update to 0.37.2.


From: guix-commits
Subject: 06/10: gnu: libfilezilla: Update to 0.37.2.
Date: Sat, 25 Jun 2022 17:37:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 103df45264f9073829d81773d7a1ccdfc5cc2a0c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 19 02:00:00 2022 +0200

    gnu: libfilezilla: Update to 0.37.2.
    
    * gnu/packages/ftp.scm (libfilezilla): Update to 0.37.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 3f17dcf407..6b2b0000f7 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -177,14 +177,14 @@ as required.")
 (define-public libfilezilla
   (package
     (name "libfilezilla")
-    (version "0.36.0")
+    (version "0.37.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.filezilla-project.org/";
                            "libfilezilla/libfilezilla-" version ".tar.bz2"))
        (sha256
-        (base32 "0wm8acwbrsblilfwj5asxr26gy8grg175j91df1bryz7xlc1q9y0"))))
+        (base32 "1mg2zqmpkkcimx6kq3a1ab26v515zzxw2s8rwhmajsv4cgp404g5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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