guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

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