guix-commits
[Top][All Lists]
Advanced

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

04/16: gnu: lftp: Update to 4.9.1.


From: guix-commits
Subject: 04/16: gnu: lftp: Update to 4.9.1.
Date: Wed, 5 Feb 2020 16:07:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c7ceac8c3daa97623c92660dcd736cbe1426e35c
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 5 13:23:48 2020 +0100

    gnu: lftp: Update to 4.9.1.
    
    * gnu/packages/ftp.scm (lftp): Update to 4.9.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 b2ab13d..58d8178 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -46,7 +46,7 @@
 (define-public lftp
   (package
     (name "lftp")
-    (version "4.8.4")
+    (version "4.9.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
-                "0qks22357xv9y6ripmf5j2n5svh8j5z0yniphfk89sjwkqg2gg2f"))))
+                "0jq2g8h1bx06ya9fsja748vwb2qrca4wsfrgi3fmaa8hznpgqsar"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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