guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: lftp: Update to 4.7.8.


From: Marius Bakke
Subject: 01/02: gnu: lftp: Update to 4.7.8.
Date: Sat, 5 Aug 2017 08:08:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit eedcfa704e650e203ecd8b4c448a5e69340cbfdf
Author: Marius Bakke <address@hidden>
Date:   Sat Aug 5 13:44:03 2017 +0200

    gnu: lftp: Update to 4.7.8.
    
    * gnu/packages/ftp.scm (lftp): Update to 4.7.8.
---
 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 49e7214..eb10849 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)))



reply via email to

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