python311Packages.aio-pika: 9.1.2 -> 9.1.3

This commit is contained in:
R. Ryantm 2023-06-23 09:18:51 +00:00
parent 05a9a6a6f4
commit c900b24a4b

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aio-pika";
version = "9.1.2";
version = "9.1.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-iyy6HaB3S/CPYuo62SThe3m96eg9rPTMaKg2KWt0Kf0=";
hash = "sha256-QCM/9Vt9/uXylaU8xymXJEjVd6sFRcVhpr2CGjB0AoY=";
};
nativeBuildInputs = [