From 306ae38084c30b0423331bd1d6e2ea4d76f9e128 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 7 Jan 2025 23:47:43 +0100 Subject: [PATCH] python312Packages.aioautomower: 2024.12.0 -> 2025.1.0 Changelog: https://github.com/Thomas55555/aioautomower/releases/tag/2025.1.0 --- pkgs/development/python-modules/aioautomower/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioautomower/default.nix b/pkgs/development/python-modules/aioautomower/default.nix index 068a7c72ec05..afc678991bd8 100644 --- a/pkgs/development/python-modules/aioautomower/default.nix +++ b/pkgs/development/python-modules/aioautomower/default.nix @@ -14,12 +14,13 @@ pytestCheckHook, pythonOlder, syrupy, + time-machine, tzlocal, }: buildPythonPackage rec { pname = "aioautomower"; - version = "2024.12.0"; + version = "2025.1.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -28,7 +29,7 @@ buildPythonPackage rec { owner = "Thomas55555"; repo = "aioautomower"; tag = version; - hash = "sha256-JLlmvd6Hgf1a3YU9xfbw8plEbRDNgCzxF3PpveGsrPg="; + hash = "sha256-MEZdYOpBAHmWidzq+7SpEFsHNYlSaIQ4utnGK9Y3/NE="; }; postPatch = '' @@ -53,6 +54,7 @@ buildPythonPackage rec { pytest-asyncio pytest-cov-stub pytestCheckHook + time-machine syrupy ];