python312Packages.aio-pika: 9.5.0 -> 9.5.4 (#373980)

This commit is contained in:
Fabian Affolter
2025-01-15 11:40:26 +01:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aio-pika";
version = "9.5.0";
version = "9.5.4";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = "aio-pika";
tag = version;
hash = "sha256-4MweCuZbo/XDur9iwM3MT/P75HjEQvMlPI82bDxuol8=";
hash = "sha256-/73bFhhcailC05hn0xW49oFVS6Ezaiohh3ykYOjhQOI=";
};
build-system = [ poetry-core ];