python3Packages.aio-pika: 9.5.5 -> 9.5.6

This commit is contained in:
R. Ryantm
2025-08-26 15:29:32 +00:00
parent bb0aedfadf
commit f35d4ec9e6
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aio-pika";
version = "9.5.5";
version = "9.5.6";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = "aio-pika";
tag = version;
hash = "sha256-Gs01y1VRVgk5i4JI+fqtRo6mOyzBzHM/2hJPVenc+3g=";
hash = "sha256-VpZgAAAt9d0NxSgTGnyBg5fu5GcT3Tg0qOieX7KqmyM=";
};
build-system = [ poetry-core ];