File tree 2 files changed +2
-120
lines changed
pkgs/development/interpreters/python/cpython/2.7
2 files changed +2
-120
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ with stdenv.lib;
31
31
32
32
let
33
33
majorVersion = "2.7" ;
34
- minorVersion = "14 " ;
34
+ minorVersion = "15 " ;
35
35
minorVersionSuffix = "" ;
36
36
pythonVersion = majorVersion ;
37
37
version = "${ majorVersion } .${ minorVersion } ${ minorVersionSuffix } " ;
40
40
41
41
src = fetchurl {
42
42
url = "https://www.python.org/ftp/python/${ majorVersion } .${ minorVersion } /Python-${ version } .tar.xz" ;
43
- sha256 = "0rka541ys16jwzcnnvjp2v12m4cwgd2jp6wj4kj511p715pb5zvi " ;
43
+ sha256 = "0x2mvz9dp11wj7p5ccvmk9s0hzjk2fa1m462p395l4r6bfnb3n92 " ;
44
44
} ;
45
45
46
46
hasDistutilsCxxPatch = ! ( stdenv . cc . isGNU or false ) ;
58
58
# if DETERMINISTIC_BUILD env var is set
59
59
./deterministic-build.patch
60
60
61
- ./properly-detect-curses.patch
62
-
63
61
] ++ optionals ( x11Support && stdenv . isDarwin ) [
64
62
./use-correct-tcl-tk-on-darwin.patch
65
63
] ++ optionals stdenv . isLinux [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments