From 4daf97081aa9ce6ba01e2159596bb5fafe0adfa2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 15 Sep 2024 10:58:23 +0200 Subject: [PATCH] python312Packages.aiormq: 6.8.0 -> 6.8.1 Diff: https://github.com/mosquito/aiormq/compare/refs/tags/6.8.0...6.8.1 Changelog: https://github.com/mosquito/aiormq/releases/tag/6.8.1 --- pkgs/development/python-modules/aiormq/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiormq/default.nix b/pkgs/development/python-modules/aiormq/default.nix index 7dd16b1f4811..0c80e4354264 100644 --- a/pkgs/development/python-modules/aiormq/default.nix +++ b/pkgs/development/python-modules/aiormq/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aiormq"; - version = "6.8.0"; + version = "6.8.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "mosquito"; repo = "aiormq"; rev = "refs/tags/${version}"; - hash = "sha256-XD1g4JXQJlJyXuZbo4hYW7cwQhy8+p4/inwNw2WOD9Y="; + hash = "sha256-3+PoDB5Owy8BWBUisX0i1mV8rqs5K9pBFQwup8vKxlg="; }; nativeBuildInputs = [