* Latest Python.
svn path=/nixpkgs/trunk/; revision=5483
This commit is contained in:
parent
ffb94e0690
commit
450bdbe28a
@ -3,10 +3,10 @@
|
|||||||
assert zlibSupport -> zlib != null;
|
assert zlibSupport -> zlib != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "python-2.4.2";
|
name = "python-2.4.3";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/Python-2.4.2.tar.bz2;
|
url = http://www.python.org/ftp/python/2.4.3/Python-2.4.3.tar.bz2;
|
||||||
md5 = "98db1465629693fc434d4dc52db93838";
|
md5 = "141c683447d5e76be1d2bd4829574f02";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(if zlibSupport then zlib else null)
|
(if zlibSupport then zlib else null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user