From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: inkscape: Update to 0.91. Date: Mon, 02 Feb 2015 23:14:56 +0100 Message-ID: <87386orme7.fsf@gnu.org> References: <87egq8jbsl.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIPGp-0001er-8u for guix-devel@gnu.org; Mon, 02 Feb 2015 17:15:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIPGk-0005Iv-Qa for guix-devel@gnu.org; Mon, 02 Feb 2015 17:15:03 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIPGk-0005Iq-Nk for guix-devel@gnu.org; Mon, 02 Feb 2015 17:14:58 -0500 In-Reply-To: <87egq8jbsl.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Mon, 02 Feb 2015 15:31:06 -0500") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > From 468ed9d5eb8eb839ba2ffb39fc6d8301ba6606f5 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Mon, 2 Feb 2015 15:29:11 -0500 > Subject: [PATCH] gnu: inkscape: Update to 0.91. > > * gnu/packages/inkscape.scm (inkscape): Update to 0.91. [...] > - (uri (string-append "mirror://sourceforge/inkscape/inkscap= e-" > - version ".tar.bz2")) > + (uri "https://inkscape.org/en/gallery/item/3854/download") OK. As people discussed on IRC, if there are known mirror URLs it may be a good idea to add them here. Thanks! Ludo=E2=80=99.