Merge pull request #328829 from r-ryantm/auto-update/python312Packages.aio-pika

python312Packages.aio-pika: 9.4.1 -> 9.4.2
This commit is contained in:
Nick Cao 2024-07-21 09:20:48 -04:00 committed by GitHub
commit ed7a3e59b2
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.1";
version = "9.4.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = "aio-pika";
rev = "refs/tags/${version}";
hash = "sha256-aRXYFW4fl3iXH3bwP30+TllRm4BkIUcGMX/lNfhiqjo=";
hash = "sha256-Juzbn6A8IIdbtlN3cyT7UBb9fMpEgEgg0VE8GJCnGW4=";
};
build-system = [ poetry-core ];