summary refs log tree commit diff
path: root/pkgs/development/python-modules/wxPython
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-08-15 10:03:12 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-09-05 11:11:19 +0200
commiteb42c82f6b27fa9b5545479a58f7a1d597dff244 (patch)
tree930ba8b7928af8054cef83fc689ce494ddeacddf /pkgs/development/python-modules/wxPython
parent9f1a3a4b0ff90869c41efcb72ba1610dd05d10d1 (diff)
downloadnixpkgs-eb42c82f6b27fa9b5545479a58f7a1d597dff244.tar
nixpkgs-eb42c82f6b27fa9b5545479a58f7a1d597dff244.tar.gz
nixpkgs-eb42c82f6b27fa9b5545479a58f7a1d597dff244.tar.bz2
nixpkgs-eb42c82f6b27fa9b5545479a58f7a1d597dff244.tar.lz
nixpkgs-eb42c82f6b27fa9b5545479a58f7a1d597dff244.tar.xz
nixpkgs-eb42c82f6b27fa9b5545479a58f7a1d597dff244.tar.zst
nixpkgs-eb42c82f6b27fa9b5545479a58f7a1d597dff244.zip
wxPython: 3.0.0.0 -> 3.0.2.0
Diffstat (limited to 'pkgs/development/python-modules/wxPython')
-rw-r--r--pkgs/development/python-modules/wxPython/3.0.nix6
1 files changed, 3 insertions, 3 deletions
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
+}