* Update a bunch of base packages.

svn path=/nixpkgs/trunk/; revision=4065
This commit is contained in:
Eelco Dolstra
2005-10-11 14:29:30 +00:00
parent b5eb0b0b5f
commit 552de99c19
10 changed files with 24 additions and 24 deletions

View File

@@ -3,10 +3,10 @@
assert zlibSupport -> zlib != null;
stdenv.mkDerivation {
name = "python-2.4.1";
name = "python-2.4.2";
src = fetchurl {
url = http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tar.bz2;
md5 = "de3e9a8836fab6df7c7ce545331afeb3";
url = http://www.python.org/ftp/python/2.4.2/Python-2.4.2.tar.bz2;
md5 = "98db1465629693fc434d4dc52db93838";
};
buildInputs = [
(if zlibSupport then zlib else null)