Skip to content

Commit adf84c3

Browse files
committed
python310Packages.wxPython_4_2: 4.2.0 -> 4.2.1
https://github.com/wxWidgets/Phoenix/blob/wxPython-4.2.1/CHANGES.rst
1 parent da2ae6e commit adf84c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • pkgs/development/python-modules/wxPython

pkgs/development/python-modules/wxPython/4.2.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141

4242
buildPythonPackage rec {
4343
pname = "wxPython";
44-
version = "4.2.0";
44+
version = "4.2.1";
4545
format = "other";
4646
disabled = pythonOlder "3.7";
4747

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

5353
patches = [
@@ -127,6 +127,7 @@ buildPythonPackage rec {
127127

128128

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

0 commit comments

Comments
 (0)