Merge pull request #335214 from fabaff/aio-pika-bump

python312Packages.aio-pika: 9.4.2 -> 9.4.3
This commit is contained in:
Fabian Affolter 2024-08-17 00:56:21 +02:00 committed by GitHub
commit 54be01c656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "aio-pika";
version = "9.4.2";
version = "9.4.3";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = "aio-pika";
rev = "refs/tags/${version}";
hash = "sha256-Juzbn6A8IIdbtlN3cyT7UBb9fMpEgEgg0VE8GJCnGW4=";
hash = "sha256-lzBBcfWzhdT2v9RX5C+VWWSxsBCB7EOeCjm6wUrXGtA=";
};
build-system = [ poetry-core ];