From 4c3ed8aeba691c8491f6a25f51d484b0d769effe Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 8 Mar 2024 13:33:07 +0100 Subject: [PATCH] python311Packages.aionotion: 2024.02.2 -> 2024.03.0 Diff: https://github.com/bachya/aionotion/compare/refs/tags/2024.02.2...2024.03.0 Changelog: https://github.com/bachya/aionotion/releases/tag/refs/tags/2024.03.0 --- 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 ce0bf222341d..9fe37c993f4b 100644 --- a/pkgs/development/python-modules/aionotion/default.nix +++ b/pkgs/development/python-modules/aionotion/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "aionotion"; - version = "2024.02.2"; + version = "2024.03.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "bachya"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-xehHOB4iUMT1kKEK4jQzaj7hH9fmiY7mZxGC3CLnpAs="; + hash = "sha256-BsbfLb5wCVxR8v2U2Zzt7LMl7XJcZWfVjZN47VDkhFc="; }; nativeBuildInputs = [