* 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:
parent
ff37a57373
commit
b14a737a4d
@ -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 =
|
||||
|
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user