diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-08-05 13:44:03 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-08-05 14:07:42 +0200 |
commit | eedcfa704e650e203ecd8b4c448a5e69340cbfdf (patch) | |
tree | ba4d23b1939a1d1a30fd771f3ab9b3943ed189f3 /gnu | |
parent | 3d5d87a3ae4a3320bb909265ac4d2739e206dfdd (diff) | |
download | patches-eedcfa704e650e203ecd8b4c448a5e69340cbfdf.tar patches-eedcfa704e650e203ecd8b4c448a5e69340cbfdf.tar.gz |
gnu: lftp: Update to 4.7.8.
* gnu/packages/ftp.scm (lftp): Update to 4.7.8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ftp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index 49e7214991..eb108491a4 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -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))) |