[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: libfilezilla: Update to 0.11.0.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/02: gnu: libfilezilla: Update to 0.11.0. |
Date: |
Fri, 29 Sep 2017 15:50:10 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 16818c4856b8fe0b57054b60d5c33ede7fe6e8b5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Sep 29 19:17:38 2017 +0200
gnu: libfilezilla: Update to 0.11.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.11.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 ba9e130..f3f2b5e 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.10.1")
+ (version "0.11.0")
(source
(origin
(method url-fetch)
@@ -181,7 +181,7 @@ as required.")
name "/" name "-" version ".tar.bz2"))
(sha256
(base32
- "1yi9db0hpxh3giyjhkbz7ajmf95qw27xdvh3xvw208zri5k575x0"))))
+ "1l4yhw269dyarqb2spqhycxzzyfn8pj4qh9vfycdw1c93hj6fx6c"))))
(build-system gnu-build-system)
(native-inputs
`(("cppunit" ,cppunit)