Unverified Commit 8cb9c669 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 678a30ff 44b57e5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [