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

Merge pull request #281855 from r-ryantm/auto-update/python311Packages.python-socketio

python311Packages.python-socketio: 5.10.0 -> 5.11.1
parents ffbcfb93 22ffaa5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

buildPythonPackage rec {
  pname = "python-socketio";
  version = "5.10.0";
  version = "5.11.1";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    owner = "miguelgrinberg";
    repo = "python-socketio";
    rev = "refs/tags/v${version}";
    hash = "sha256-nlzTzIswMRjvJ9l9TOtVvRvbKlQPvNH0/P1NIbQCmy8=";
    hash = "sha256-miIl/+3JtjtoQaS6Jy0M9lPQJQp3VlpvrO5Hqlrq5JM=";
  };

  nativeBuildInputs = [