Unverified Commit ffbcfb93 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #281766 from r-ryantm/auto-update/python311Packages.python-engineio

python311Packages.python-engineio: 4.8.0 -> 4.9.0
parents 8398a209 1f9cef93
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "python-engineio";
  version = "4.8.0";
  version = "4.9.0";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "miguelgrinberg";
    repo = "python-engineio";
    rev = "refs/tags/v${version}";
    hash = "sha256-btXwx9GRLBcjtcGdgckb2Y/MxC0E/rKTWKgkP8olezo=";
    hash = "sha256-FpPGIK5HVtTzDOpORo+WPhS1860P3dm1nJkvakpzsjE=";
  };

  nativeBuildInputs = [