From 00205597095260f4a031391cf0e7e04e7f8ab3d7 Mon Sep 17 00:00:00 2001 From: Wouter den Breejen Date: Sat, 7 Nov 2009 23:27:33 +0000 Subject: Mirror for pysqlite. Thanks to roconnor svn path=/nixpkgs/trunk/; revision=18271 --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 4ee6fec488dc..2c83521c8460 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -243,8 +243,8 @@ rec { name = "pysqlite-2.5.5"; src = fetchurl { - url = "http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.5/${name}.tar.gz"; - sha256 = "0kylyjzxc4kd0z3xsvs0i63163kphfh0xcc4f0d0wyck93safz7g"; + url = "http://pysqlite.googlecode.com/files/${name}.tar.gz"; + sha256 = "ef7ca7f44893790e1a7084b10ea083770e138689406fddc7076d12d6bff4d44f"; }; # Since the `.egg' file is zipped, the `NEEDED' of the `.so' files -- cgit 1.4.1