python3: update to version 3.3.0
This commit is contained in:
parent
98af10f476
commit
270a0009be
@ -16,8 +16,8 @@ assert readline != null -> ncurses != null;
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
majorVersion = "3.2";
|
majorVersion = "3.3";
|
||||||
version = "${majorVersion}.3";
|
version = "${majorVersion}.0";
|
||||||
|
|
||||||
buildInputs = filter (p: p != null) [
|
buildInputs = filter (p: p != null) [
|
||||||
zlib bzip2 gdbm sqlite db4 readline ncurses openssl tcl tk libX11 xproto
|
zlib bzip2 gdbm sqlite db4 readline ncurses openssl tcl tk libX11 xproto
|
||||||
@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2";
|
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2";
|
||||||
sha256 = "5648ec81f93870fde2f0aa4ed45c8718692b15ce6fd9ed309bfb827ae12010aa";
|
sha256 = "1ybdf7wc8pfw51rf7xcywfw27n6l97qyzd1ibpq151q5dkyi7h8m";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
@ -2876,8 +2876,7 @@ let
|
|||||||
|
|
||||||
pure = callPackage ../development/interpreters/pure {};
|
pure = callPackage ../development/interpreters/pure {};
|
||||||
|
|
||||||
python3 = hiPrio python32;
|
python3 = hiPrio (callPackage ../development/interpreters/python/3.3 { });
|
||||||
python32 = callPackage ../development/interpreters/python/3.2 { };
|
|
||||||
|
|
||||||
python = python27;
|
python = python27;
|
||||||
python26 = callPackage ../development/interpreters/python/2.6 { };
|
python26 = callPackage ../development/interpreters/python/2.6 { };
|
||||||
@ -6647,7 +6646,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
blender = callPackage ../applications/misc/blender {
|
blender = callPackage ../applications/misc/blender {
|
||||||
python = python32;
|
python = python3;
|
||||||
};
|
};
|
||||||
|
|
||||||
bristol = callPackage ../applications/audio/bristol { };
|
bristol = callPackage ../applications/audio/bristol { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user