python3Packages.python-socketio: 5.5.1 -> 5.5.2

This commit is contained in:
Fabian Affolter 2022-02-21 11:00:01 +01:00
parent be4fb3e4c2
commit 4de4b2643f

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "python-socketio";
version = "5.5.1";
version = "5.5.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "miguelgrinberg";
repo = "python-socketio";
rev = "v${version}";
sha256 = "sha256-mtXGSd7Y+frT22EL3QmiBNatwc6IrJqGBRfsQlD8LLk=";
sha256 = "sha256-ZTjh9gtnJwFG2qWH6FBrvLHKsEuTjkcKL6j6Mdos6zo=";
};
propagatedBuildInputs = [