gnu: lftp: Update to 4.8.2.
* gnu/packages/ftp.scm (lftp): Update to 4.8.2.
This commit is contained in:
parent
b1e4c0fa51
commit
2b2c24ed42
|
@ -46,7 +46,7 @@
|
||||||
(define-public lftp
|
(define-public lftp
|
||||||
(package
|
(package
|
||||||
(name "lftp")
|
(name "lftp")
|
||||||
(version "4.8.1")
|
(version "4.8.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; See https://lftp.tech/get.html for mirrors.
|
;; See https://lftp.tech/get.html for mirrors.
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"ftp/lftp/lftp-" version ".tar.xz")))
|
"ftp/lftp/lftp-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09vvwn5w3n8ahx57b7n6qvg1abnw9w7mm4d8p381pliab6jxlw77"))))
|
"176d90amkm1klwjpfpzdsvmjnyri8f74bv4fpip8app0fs25p1sw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue