python3: update to version 3.3.0

This commit is contained in:
Peter Simons 2013-03-26 01:00:21 +01:00
parent 98af10f476
commit 270a0009be
3 changed files with 5 additions and 6 deletions

@ -16,8 +16,8 @@ assert readline != null -> ncurses != null;
with stdenv.lib;
let
majorVersion = "3.2";
version = "${majorVersion}.3";
majorVersion = "3.3";
version = "${majorVersion}.0";
buildInputs = filter (p: p != null) [
zlib bzip2 gdbm sqlite db4 readline ncurses openssl tcl tk libX11 xproto
@ -29,7 +29,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2";
sha256 = "5648ec81f93870fde2f0aa4ed45c8718692b15ce6fd9ed309bfb827ae12010aa";
sha256 = "1ybdf7wc8pfw51rf7xcywfw27n6l97qyzd1ibpq151q5dkyi7h8m";
};
preConfigure = ''

@ -2876,8 +2876,7 @@ let
pure = callPackage ../development/interpreters/pure {};
python3 = hiPrio python32;
python32 = callPackage ../development/interpreters/python/3.2 { };
python3 = hiPrio (callPackage ../development/interpreters/python/3.3 { });
python = python27;
python26 = callPackage ../development/interpreters/python/2.6 { };
@ -6647,7 +6646,7 @@ let
};
blender = callPackage ../applications/misc/blender {
python = python32;
python = python3;
};
bristol = callPackage ../applications/audio/bristol { };