1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Updating inkscape

svn path=/nixpkgs/trunk/; revision=24646
This commit is contained in:
Lluís Batlle i Rossell 2010-11-10 16:48:13 +00:00
parent 7da1dc10d9
commit 8ed1a21f2c

View file

@ -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 ];