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

python311Packages.python-socketio: 5.11.1 -> 5.11.2

authored by Nick Cao and committed by GitHub d38fd054 f953b96a

+2 -2
+2 -2
pkgs/development/python-modules/python-socketio/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "python-socketio"; 28 - version = "5.11.1"; 28 + version = "5.11.2"; 29 29 pyproject = true; 30 30 31 31 disabled = pythonOlder "3.6"; ··· 34 34 owner = "miguelgrinberg"; 35 35 repo = "python-socketio"; 36 36 rev = "refs/tags/v${version}"; 37 - hash = "sha256-miIl/+3JtjtoQaS6Jy0M9lPQJQp3VlpvrO5Hqlrq5JM="; 37 + hash = "sha256-t5QbuXjipLaf9GV+N5FLq45xJPK2/FUaM/0s8RNPTzo="; 38 38 }; 39 39 40 40 nativeBuildInputs = [