1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

update python 2.4. It's only used by zope and even plone (beeing based

on zope) runs with this python version so it should be fine (?)

svn path=/nixpkgs/trunk/; revision=16293
This commit is contained in:
Marc Weber 2009-07-09 22:23:54 +00:00
parent 78454c62a8
commit 2d99612b73

View file

@ -14,11 +14,11 @@ let
in
stdenv.mkDerivation {
name = "python-2.4.4";
name = "python-2.4.6";
src = fetchurl {
url = http://www.python.org/ftp/python/2.4.4/Python-2.4.4.tar.bz2;
md5 = "0ba90c79175c017101100ebf5978e906";
url = http://www.python.org/ftp/python/2.4.6/Python-2.4.6.tar.bz2;
sha256 = "021y88a4ki07dgq19yhg6zfvmncfiz7h5b2255438i9zmlwl246s";
};
patches = [