From bae4cfeef94ea60fbb0e4fe9c49acf3ab60964c6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 Jun 2023 16:37:13 +0200 Subject: [PATCH] python311Packages.aio-pika: 9.0.7 -> 9.1.2 Diff: https://github.com/mosquito/aio-pika/compare/refs/tags/9.0.7...9.1.2 Changelog: https://github.com/mosquito/aio-pika/blob/9.1.2/CHANGELOG.md --- pkgs/development/python-modules/aio-pika/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aio-pika/default.nix b/pkgs/development/python-modules/aio-pika/default.nix index 18cb7dd3c5cd..3bed23499552 100644 --- a/pkgs/development/python-modules/aio-pika/default.nix +++ b/pkgs/development/python-modules/aio-pika/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "aio-pika"; - version = "9.0.7"; + version = "9.1.2"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "mosquito"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-4RZxpLQ8YcPRXrF0mJcteUwejlIQx0CIy0cFpfMW/RU="; + hash = "sha256-iyy6HaB3S/CPYuo62SThe3m96eg9rPTMaKg2KWt0Kf0="; }; nativeBuildInputs = [