From 9918bf29321e6c23fb2a905040db9c9a02dfa715 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 22 May 2023 09:51:55 +0200 Subject: [PATCH] python311Packages.aionotion: 2023.05.4 -> 2023.05.5 --- pkgs/development/python-modules/aionotion/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aionotion/default.nix b/pkgs/development/python-modules/aionotion/default.nix index 04f08687da3..08235b793e0 100644 --- a/pkgs/development/python-modules/aionotion/default.nix +++ b/pkgs/development/python-modules/aionotion/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aionotion"; - version = "2023.05.4"; + version = "2023.05.5"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "bachya"; repo = pname; rev = version; - hash = "sha256-iQQbLMb3Bi+BzKeN5oEHWjCJryf+TUiINueqStGyktQ="; + hash = "sha256-/2sF8m5R8YXkP89bi5zR3h13r5LrFOl1OsixAcX0D4o="; }; nativeBuildInputs = [