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>
master
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
(package
(name "lftp")
(version "4.4.15")
(version "4.6.1")
(source (origin
(method url-fetch)
(uri (string-append "http://lftp.yar.ru/ftp/lftp-"
version ".tar.xz"))
(sha256
(base32
"0s38vc2ij869dwx3i1c7sk96mqv0hknf3cqf86av59rqnix0px3m"))))
"1grmp8zg7cjgjinz66mrh53whigkqzl90nlxj05hapnhk3ns3vni"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))