summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-10 16:48:13 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-10 16:48:13 +0000
commit8ed1a21f2c2e2002e07ad1e90b2cd623147cae7c (patch)
tree5416504805a90272f3793f9fd6e3b49154137365 /pkgs
parent7da1dc10d9a9cf2d51f041b4c49bef3200940d8d (diff)
downloadnixpkgs-8ed1a21f2c2e2002e07ad1e90b2cd623147cae7c.tar
nixpkgs-8ed1a21f2c2e2002e07ad1e90b2cd623147cae7c.tar.gz
nixpkgs-8ed1a21f2c2e2002e07ad1e90b2cd623147cae7c.tar.bz2
nixpkgs-8ed1a21f2c2e2002e07ad1e90b2cd623147cae7c.tar.lz
nixpkgs-8ed1a21f2c2e2002e07ad1e90b2cd623147cae7c.tar.xz
nixpkgs-8ed1a21f2c2e2002e07ad1e90b2cd623147cae7c.tar.zst
nixpkgs-8ed1a21f2c2e2002e07ad1e90b2cd623147cae7c.zip
Updating inkscape
svn path=/nixpkgs/trunk/; revision=24646
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/graphics/inkscape/default.nix6
1 files 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 ];