We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8d8902 + e7493a9 commit c947091Copy full SHA for c947091
pkgs/development/python-modules/aio-pika/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "aio-pika";
21
- version = "9.5.0";
+ version = "9.5.4";
22
pyproject = true;
23
24
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "mosquito";
28
repo = "aio-pika";
29
tag = version;
30
- hash = "sha256-4MweCuZbo/XDur9iwM3MT/P75HjEQvMlPI82bDxuol8=";
+ hash = "sha256-/73bFhhcailC05hn0xW49oFVS6Ezaiohh3ykYOjhQOI=";
31
};
32
33
build-system = [ poetry-core ];
0 commit comments