From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: libev: Update source URL. Date: Fri, 25 Dec 2015 23:52:02 -0500 Message-ID: <20151226045202.GA25301@jasmine> References: <3b9f3840b992612f922f0f60e85401cfbfefe264.1450978728.git.leo@famulari.name> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCgpn-0001kw-E1 for guix-devel@gnu.org; Fri, 25 Dec 2015 23:52:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCgpk-0005UV-7w for guix-devel@gnu.org; Fri, 25 Dec 2015 23:52:03 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:44978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCgpk-0005UR-4Q for guix-devel@gnu.org; Fri, 25 Dec 2015 23:52:00 -0500 Received: from localhost (unknown [73.46.63.161]) by mail.messagingengine.com (Postfix) with ESMTPA id 04C5668015E for ; Fri, 25 Dec 2015 23:51:58 -0500 (EST) Content-Disposition: inline In-Reply-To: <3b9f3840b992612f922f0f60e85401cfbfefe264.1450978728.git.leo@famulari.name> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On Thu, Dec 24, 2015 at 12:39:35PM -0500, Leo Famulari wrote: > * gnu/packages/libevent.scm (libev)[source]: Update URL. > --- > gnu/packages/libevent.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm > index a193959..7529630 100644 > --- a/gnu/packages/libevent.scm > +++ b/gnu/packages/libevent.scm > @@ -68,7 +68,7 @@ loop.") > (version "4.20") > (source (origin > (method url-fetch) > - (uri (string-append "http://dist.schmorp.de/libev/libev-" > + (uri (string-append "http://dist.schmorp.de/libev/Attic/libev-" > version > ".tar.gz")) > (sha256 > -- > 2.6.2 > > Pushed as 8fa16f63e7.