Merge pull request #251844 from fabaff/python-engineio-bump

python311Packages.python-engineio: 4.5.1 -> 4.6.1
This commit is contained in:
Fabian Affolter 2023-08-28 08:49:30 +02:00 committed by GitHub
commit c9c99c053a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "python-engineio";
version = "4.5.1";
version = "4.6.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "miguelgrinberg";
repo = "python-engineio";
rev = "refs/tags/v${version}";
hash = "sha256-XTr5potc3t9TxHEqMydRsAzslmLnrzsGqDaM8qdKfp8=";
hash = "sha256-za2JY5Gu9MEqi3W1zxcuwYiJ5XLc43ig6Hdx/4JwDbY=";
};
nativeCheckInputs = [