python3Packages.python-engineio: 4.12.0 -> 4.12.1

This commit is contained in:
R. Ryantm
2025-05-21 05:32:57 +00:00
parent 873183508c
commit 7d22613e22
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-engineio";
version = "4.12.0";
version = "4.12.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "miguelgrinberg";
repo = "python-engineio";
tag = "v${version}";
hash = "sha256-PeVQT1gT2XAPJgR7EDPmN1j2p9hDrwF0LWbqVtgkZ7M=";
hash = "sha256-slSLTcnrDGCI2hUbttp14qbNhiVFJ+PMZlhAq4ISDBs=";
};
build-system = [ setuptools ];