Skip to content

Commit c947091

Browse files
authored
python312Packages.aio-pika: 9.5.0 -> 9.5.4 (#373980)
2 parents f8d8902 + e7493a9 commit c947091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aio-pika/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "aio-pika";
21-
version = "9.5.0";
21+
version = "9.5.4";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "mosquito";
2828
repo = "aio-pika";
2929
tag = version;
30-
hash = "sha256-4MweCuZbo/XDur9iwM3MT/P75HjEQvMlPI82bDxuol8=";
30+
hash = "sha256-/73bFhhcailC05hn0xW49oFVS6Ezaiohh3ykYOjhQOI=";
3131
};
3232

3333
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)