* Lots of updates, especially GTK and X libraries.

svn path=/nixpkgs/trunk/; revision=3193
This commit is contained in:
Eelco Dolstra
2005-06-17 11:43:15 +00:00
parent 32d7a746a2
commit b8bae3582b
16 changed files with 48 additions and 50 deletions

View File

@@ -3,10 +3,10 @@
assert zlibSupport -> zlib != null;
stdenv.mkDerivation {
name = "python-2.3.4";
name = "python-2.4.1";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/Python-2.3.4.tar.bz2;
md5 = "a2c089faa2726c142419c03472fc4063";
url = http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tar.bz2;
md5 = "de3e9a8836fab6df7c7ce545331afeb3";
};
buildInputs = [
(if zlibSupport then zlib else null)