We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2ae6e commit adf84c3Copy full SHA for adf84c3
1 file changed
pkgs/development/python-modules/wxPython/4.2.nix
@@ -41,13 +41,13 @@
41
42
buildPythonPackage rec {
43
pname = "wxPython";
44
- version = "4.2.0";
+ version = "4.2.1";
45
format = "other";
46
disabled = pythonOlder "3.7";
47
48
src = fetchPypi {
49
inherit pname version;
50
- hash = "sha256-ZjzrxFCdfl0RNRiGX+J093+VQ0xdV7w4btWNZc7thsc=";
+ hash = "sha256-5I3iEaZga/By7D+neHcda3RsALf0uXDrWHKN31bRPVw=";
51
};
52
53
patches = [
@@ -127,6 +127,7 @@ buildPythonPackage rec {
127
128
129
meta = with lib; {
130
+ changelog = "https://github.com/wxWidgets/Phoenix/blob/wxPython-${version}/CHANGES.rst";
131
description = "Cross platform GUI toolkit for Python, Phoenix version";
132
homepage = "http://wxpython.org/";
133
license = licenses.wxWindows;
0 commit comments