From 295133d1ed8709c587725e734efd90cfbe33bbb4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:13:17 +0200 Subject: [PATCH] python3Packages.aioautomower: 2025.1.1 -> 2025.3.2 https://github.com/Thomas55555/aioautomower/releases/tag/2025.3.2 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/aioautomower/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aioautomower/default.nix b/pkgs/development/python-modules/aioautomower/default.nix index 5acf4f202843..9af6d097566e 100644 --- a/pkgs/development/python-modules/aioautomower/default.nix +++ b/pkgs/development/python-modules/aioautomower/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "aioautomower"; - version = "2025.1.1"; + version = "2025.3.2"; pyproject = true; disabled = pythonOlder "3.11"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "Thomas55555"; repo = "aioautomower"; tag = version; - hash = "sha256-5/NG3VMJfLOCQDqnP1LVRJlT08LDITlZZFb3aYjtm5I="; + hash = "sha256-Gza71hJelomKVnBFxhN6WCppwmzcgUAnROYKn/znoEs="; }; postPatch = '' @@ -73,7 +73,7 @@ buildPythonPackage rec { meta = with lib; { description = "Module to communicate with the Automower Connect API"; homepage = "https://github.com/Thomas55555/aioautomower"; - changelog = "https://github.com/Thomas55555/aioautomower/releases/tag/${version}"; + changelog = "https://github.com/Thomas55555/aioautomower/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; };