From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: [PATCH] gnu: inkscape: Update to 0.91. Date: Mon, 02 Feb 2015 15:31:06 -0500 Message-ID: <87egq8jbsl.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YINeH-0006uO-NX for guix-devel@gnu.org; Mon, 02 Feb 2015 15:31:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YINeG-0005Ke-GM for guix-devel@gnu.org; Mon, 02 Feb 2015 15:31:09 -0500 Received: from mail.fsf.org ([208.118.235.13]:46940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YINeG-0005Ka-DJ for guix-devel@gnu.org; Mon, 02 Feb 2015 15:31:08 -0500 Received: from 209-6-40-86.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.40.86]:55815 helo=izanagi) by mail.fsf.org with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1YINeF-0000W0-I5 for guix-devel@gnu.org; Mon, 02 Feb 2015 15:31:08 -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: guix-devel@gnu.org --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-inkscape-Update-to-0.91.patch >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. --- gnu/packages/inkscape.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index 26513b8..9952de7 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -42,14 +42,13 @@ (define-public inkscape (package (name "inkscape") - (version "0.48.5") + (version "0.91") (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/inkscape/inkscape-" - version ".tar.bz2")) + (uri "https://inkscape.org/en/gallery/item/3854/download") (sha256 (base32 - "0sfr7a1vr1066rrkkqbqvcqs3gawalj68ralnhd6k87jz62fcv1b")))) + "086v01jy896dj86bq7plrf6si4p6gh6ga2v5417llgmminycz8rc")))) (build-system gnu-build-system) (inputs `(("aspell" ,aspell) -- 2.1.4 --=-=-= Content-Type: text/plain -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate --=-=-=--