gnu: ftp: Update to 4.6.1.

* gnu/packages/ftp.scm (lftp): Update to 4.6.1

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Manolis Ragkousis 2015-01-27 01:26:17 +00:00 committed by Ludovic Courtès
parent 6acef6811f
commit 64605c20ec
1 changed files with 2 additions and 2 deletions

View File

@ -30,14 +30,14 @@
(define-public lftp (define-public lftp
(package (package
(name "lftp") (name "lftp")
(version "4.4.15") (version "4.6.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://lftp.yar.ru/ftp/lftp-" (uri (string-append "http://lftp.yar.ru/ftp/lftp-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0s38vc2ij869dwx3i1c7sk96mqv0hknf3cqf86av59rqnix0px3m")))) "1grmp8zg7cjgjinz66mrh53whigkqzl90nlxj05hapnhk3ns3vni"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))