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 bb5fa1a + 4622444 commit e1e45faCopy full SHA for e1e45fa
pkgs/development/python-modules/aio-pika/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "aio-pika";
21
- version = "9.5.4";
+ version = "9.5.5";
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-/73bFhhcailC05hn0xW49oFVS6Ezaiohh3ykYOjhQOI=";
+ hash = "sha256-Gs01y1VRVgk5i4JI+fqtRo6mOyzBzHM/2hJPVenc+3g=";
31
};
32
33
build-system = [ poetry-core ];
0 commit comments