* Update a bunch of base packages.
svn path=/nixpkgs/trunk/; revision=4065
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user