Skip to content

Commit e1e45fa

Browse files
authored
python313Packages.aio-pika: 9.5.4 -> 9.5.5 (NixOS#392366)
2 parents bb5fa1a + 4622444 commit e1e45fa

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.4";
21+
version = "9.5.5";
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-/73bFhhcailC05hn0xW49oFVS6Ezaiohh3ykYOjhQOI=";
30+
hash = "sha256-Gs01y1VRVgk5i4JI+fqtRo6mOyzBzHM/2hJPVenc+3g=";
3131
};
3232

3333
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)