mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
* 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;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "python-2.4.2";
|
||||
name = "python-2.4.3";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/Python-2.4.2.tar.bz2;
|
||||
md5 = "98db1465629693fc434d4dc52db93838";
|
||||
url = http://www.python.org/ftp/python/2.4.3/Python-2.4.3.tar.bz2;
|
||||
md5 = "141c683447d5e76be1d2bd4829574f02";
|
||||
};
|
||||
buildInputs = [
|
||||
(if zlibSupport then zlib else null)
|
||||
|
Loading…
Reference in New Issue
Block a user