* Since we're rebuilding everything that depends on Python anyway, we

may as well update Python to the latest stable version.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32675
This commit is contained in:
Eelco Dolstra 2012-02-28 11:09:36 +00:00
parent ff37a57373
commit b14a737a4d
2 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@ with stdenv.lib;
let
majorVersion = "2.6";
version = "${majorVersion}.6";
version = "${majorVersion}.7";
src = fetchurl {
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2";
md5 = "cf4e6881bb84a7ce6089e4a307f71f14";
md5 = "0p0fd8i533zsdm6gc0jmhmdifccx4v064mh0i1hl2s6fcjhc20j5";
};
patches =

View File

@ -12,11 +12,11 @@ with stdenv.lib;
let
majorVersion = "2.7";
version = "${majorVersion}.1";
version = "${majorVersion}.2";
src = fetchurl {
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2";
sha256 = "14i2c7yqa7ljmx2i2bb827n61q33zn23ax96czi8rbkyyny8gqw0";
sha256 = "1axx9h1r157fanldmnj1q2gdw2sm0sg8h3mx1l2adddmgq3fnmsh";
};
patches =