python: 2.7.8 -> 2.7.9

(cherry picked from commit 1f059cd5a91fee7d4ec50c7272bca5bc6733f245)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar
2014-12-14 19:05:06 +01:00
parent 64661f0597
commit 272206e706
2 changed files with 2 additions and 175 deletions

View File

@@ -7,11 +7,11 @@ with stdenv.lib;
let
majorVersion = "2.7";
version = "${majorVersion}.8";
version = "${majorVersion}.9";
src = fetchurl {
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.xz";
sha256 = "0nh7d3dp75f1aj0pamn4hla8s0l7nbaq4a38brry453xrfh11ppd";
sha256 = "05j9in7yygfgl6nml0rixfvj1bbip982w3l54q05f0vyx8a7xllh";
};
patches =
@@ -27,9 +27,6 @@ let
# patch python to put zero timestamp into pyc
# if DETERMINISTIC_BUILD env var is set
./deterministic-build.patch
# http://bugs.python.org/issue21963
./remove-avoid-daemon-thread-shutdown.patch
];
preConfigure = ''