wxPython: 3.0.0.0 -> 3.0.2.0

This commit is contained in:
Vincent Laporte 2015-08-15 10:03:12 +02:00
parent 9f1a3a4b0f
commit eb42c82f6b

View File

@ -4,7 +4,7 @@ assert wxGTK.unicode;
with stdenv.lib;
let version = "3.0.0.0"; in
let version = "3.0.2.0"; in
if isPyPy then throw "wxPython-${version} not supported for interpreter ${python.executable}" else stdenv.mkDerivation {
name = "wxPython-${version}";
@ -13,7 +13,7 @@ if isPyPy then throw "wxPython-${version} not supported for interpreter ${python
src = fetchurl {
url = "mirror://sourceforge/wxpython/wxPython-src-${version}.tar.bz2";
sha256 = "af88695e820dd914e8375dc91ecb736f6fb605979bb38460ace61bbea494dc11";
sha256 = "0qfzx3sqx4mwxv99sfybhsij4b5pc03ricl73h4vhkzazgjjjhfm";
};
buildInputs = [ pkgconfig wxGTK (wxGTK.gtk) pythonPackages.python pythonPackages.wrapPython ]
@ -26,4 +26,4 @@ if isPyPy then throw "wxPython-${version} not supported for interpreter ${python
meta = {
platforms = stdenv.lib.platforms.all;
};
}
}