From 8ed1a21f2c2e2002e07ad1e90b2cd623147cae7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 10 Nov 2010 16:48:13 +0000 Subject: [PATCH] Updating inkscape svn path=/nixpkgs/trunk/; revision=24646 --- pkgs/applications/graphics/inkscape/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix index a3910fae2bf..e34d4592f91 100644 --- a/pkgs/applications/graphics/inkscape/default.nix +++ b/pkgs/applications/graphics/inkscape/default.nix @@ -4,11 +4,11 @@ , gsl, python, pyxml, lxml }: stdenv.mkDerivation rec { - name = "inkscape-0.47"; + name = "inkscape-0.48.0"; src = fetchurl { - url = "mirror://sourceforge/inkscape/${name}.tar.gz"; - sha256 = "15wvcllq0nj69hkyanzvxbjhlq06cwabqabaa54n5n4307hrp2g5"; + url = "mirror://sourceforge/inkscape/${name}.tar.bz2"; + sha256 = "0w72xf76vxpm3fpslmix0x71l2rd2sdhrvgwx2vk7hxfjqdxib1n"; }; patches = [ ./configure-python-libs.patch ];