python312Packages.wxpython: 4.2.1 -> 4.2.2 (#349353)

This commit is contained in:
Martin Weinelt
2024-10-18 20:44:45 +02:00
committed by GitHub
@@ -42,13 +42,13 @@
buildPythonPackage rec {
pname = "wxpython";
version = "4.2.1";
version = "4.2.2";
format = "other";
src = fetchPypi {
pname = "wxPython";
inherit version;
hash = "sha256-5I3iEaZga/By7D+neHcda3RsALf0uXDrWHKN31bRPVw=";
hash = "sha256-XbywZQ9n/cLFlleVolX/qj17CfsUmqjaLQ2apE444ro=";
};
patches = [