unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 0001-gnu-ftp-Update-to-4.6.1.patch
@ 2015-01-26 23:28 Manolis Ragkousis
  0 siblings, 0 replies; only message in thread
From: Manolis Ragkousis @ 2015-01-26 23:28 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 6 bytes --]

third

[-- Attachment #2: 0001-gnu-ftp-Update-to-4.6.1.patch --]
[-- Type: text/x-patch, Size: 1073 bytes --]

From 7f38ba281bbb5abc1771cf4ed256d17db1b13020 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Tue, 27 Jan 2015 01:26:17 +0000
Subject: [PATCH] gnu: ftp: Update to 4.6.1.

* gnu/packages/ftp.scm (lftp): Update to 4.6.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 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)))
-- 
2.2.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-26 23:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 23:28 0001-gnu-ftp-Update-to-4.6.1.patch Manolis Ragkousis

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).