From eb42c82f6b27fa9b5545479a58f7a1d597dff244 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 15 Aug 2015 10:03:12 +0200 Subject: wxPython: 3.0.0.0 -> 3.0.2.0 --- pkgs/development/python-modules/wxPython/3.0.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/development/python-modules/wxPython/3.0.nix') diff --git a/pkgs/development/python-modules/wxPython/3.0.nix b/pkgs/development/python-modules/wxPython/3.0.nix index 4974daebb2b..2ef62b87cc5 100644 --- a/pkgs/development/python-modules/wxPython/3.0.nix +++ b/pkgs/development/python-modules/wxPython/3.0.nix @@ -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; }; -} \ No newline at end of file +} -- cgit 1.4.1