guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: ftp: Update to 4.6.1.


From: Ludovic Courtès
Subject: 02/07: gnu: ftp: Update to 4.6.1.
Date: Tue, 27 Jan 2015 09:34:34 +0000

civodul pushed a commit to branch master
in repository guix.

commit 64605c20ec17a0113e46a497b4dc6f2868447c6a
Author: Manolis Ragkousis <address@hidden>
Date:   Tue Jan 27 01:26:17 2015 +0000

    gnu: ftp: Update to 4.6.1.
    
    * gnu/packages/ftp.scm (lftp): Update to 4.6.1
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/ftp.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 2fb8198..c564981 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -30,14 +30,14 @@
 (define-public lftp
   (package
     (name "lftp")
-    (version "4.4.15")
+    (version "4.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://lftp.yar.ru/ftp/lftp-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0s38vc2ij869dwx3i1c7sk96mqv0hknf3cqf86av59rqnix0px3m"))))
+                "1grmp8zg7cjgjinz66mrh53whigkqzl90nlxj05hapnhk3ns3vni"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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