1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-12 08:00:39 +02:00

gnu: lftp: Update to 4.7.8.

* gnu/packages/ftp.scm (lftp): Update to 4.7.8.
This commit is contained in:
Marius Bakke
2017-08-05 13:44:03 +02:00
parent 3d5d87a3ae
commit eedcfa704e

View File

@@ -46,7 +46,7 @@
(define-public lftp
(package
(name "lftp")
(version "4.7.5")
(version "4.7.8")
(source (origin
(method url-fetch)
;; See https://lftp.tech/get.html for mirrors.
@@ -58,7 +58,7 @@
"ftp/lftp/lftp-" version ".tar.xz")))
(sha256
(base32
"1n6h3y5jz1rxlx7ap46vykgm0q2rvzr7c5s5ry5l32z3lbmwbdak"))))
"19ijsmbb5589vg5ga355ys3075z6s2x2h0bdbga343hfqmnid2pi"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))