[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: lftp: Update to 4.8.1.
From: |
Marius Bakke |
Subject: |
05/07: gnu: lftp: Update to 4.8.1. |
Date: |
Sun, 17 Sep 2017 14:14:04 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit f2cc1b31365190fc97dc64e0fb6ca5a8b7cad217
Author: Marius Bakke <address@hidden>
Date: Sun Sep 17 17:11:59 2017 +0200
gnu: lftp: Update to 4.8.1.
* gnu/packages/ftp.scm (lftp): Update to 4.8.1.
---
gnu/packages/ftp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 63a4054..ab8828e 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -46,7 +46,7 @@
(define-public lftp
(package
(name "lftp")
- (version "4.7.8")
+ (version "4.8.1")
(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
- "19ijsmbb5589vg5ga355ys3075z6s2x2h0bdbga343hfqmnid2pi"))))
+ "09vvwn5w3n8ahx57b7n6qvg1abnw9w7mm4d8p381pliab6jxlw77"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
- branch master updated (86805c1 -> 881006b), Marius Bakke, 2017/09/17
- 01/07: gnu: strace: Update to 4.19., Marius Bakke, 2017/09/17
- 05/07: gnu: lftp: Update to 4.8.1.,
Marius Bakke <=
- 06/07: gnu: python-pyopenssl: Update to 17.3.0., Marius Bakke, 2017/09/17
- 02/07: gnu: xf86-input-libinput: Update to 0.26.0., Marius Bakke, 2017/09/17
- 03/07: gnu: xf86-video-ati: Update to 7.10.0., Marius Bakke, 2017/09/17
- 04/07: gnu: jasper: Update to 2.0.14., Marius Bakke, 2017/09/17
- 07/07: gnu: certbot: Fix build with python-pyopenssl >= 17.3.0., Marius Bakke, 2017/09/17