guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/22: gnu: lftp: Update to 4.8.3.


From: Marius Bakke
Subject: 21/22: gnu: lftp: Update to 4.8.3.
Date: Tue, 10 Oct 2017 13:53:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1066696dcc912e64edc6a2b0da5daa76e151c8f0
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 10 00:06:04 2017 +0200

    gnu: lftp: Update to 4.8.3.
    
    * gnu/packages/ftp.scm (lftp): Update to 4.8.3.
---
 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 f3f2b5e..cbec25b 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -46,7 +46,7 @@
 (define-public lftp
   (package
     (name "lftp")
-    (version "4.8.2")
+    (version "4.8.3")
     (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
-                "176d90amkm1klwjpfpzdsvmjnyri8f74bv4fpip8app0fs25p1sw"))))
+                "12y77jlfs4x4zvcah92mw2h2sb4j0bvbaxkh3wwsm8gs392ywyny"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]