python3: 3.3.1 -> 3.3.2
This commit is contained in:
parent
a143c0bb10
commit
e491997a6b
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ with stdenv.lib;
|
|||
|
||||
let
|
||||
majorVersion = "3.3";
|
||||
version = "${majorVersion}.1";
|
||||
version = "${majorVersion}.2";
|
||||
|
||||
buildInputs = filter (p: p != null) [
|
||||
zlib bzip2 gdbm sqlite db4 readline ncurses openssl tcl tk libX11 xproto
|
||||
|
@ -28,8 +28,8 @@ stdenv.mkDerivation {
|
|||
inherit majorVersion version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.python.org/ftp/python/3.3.1/Python-${version}.tar.bz2";
|
||||
sha256 = "0mm7nvdd85p6b26jwshy2dhicf0b06mb5lrl564i3c5q7jgs1vll";
|
||||
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2";
|
||||
sha256 = "16myvina7nakyyg7r5gnjyydk8bzar988vmxsw2k485w5gz04wpp";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue