Skip to content

Commit

Permalink
python310Packages.wxPython_4_2: 4.2.0 -> 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jun 21, 2023
1 parent da2ae6e commit adf84c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/wxPython/4.2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@

buildPythonPackage rec {
pname = "wxPython";
version = "4.2.0";
version = "4.2.1";
format = "other";
disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-ZjzrxFCdfl0RNRiGX+J093+VQ0xdV7w4btWNZc7thsc=";
hash = "sha256-5I3iEaZga/By7D+neHcda3RsALf0uXDrWHKN31bRPVw=";
};

patches = [
Expand Down Expand Up @@ -127,6 +127,7 @@ buildPythonPackage rec {


meta = with lib; {
changelog = "https://github.com/wxWidgets/Phoenix/blob/wxPython-${version}/CHANGES.rst";
description = "Cross platform GUI toolkit for Python, Phoenix version";
homepage = "http://wxpython.org/";
license = licenses.wxWindows;
Expand Down

0 comments on commit adf84c3

Please sign in to comment.