python313Packages.aioautomower: 2025.6.0 -> 1.2.2

Changelog: https://github.com/Thomas55555/aioautomower/releases/tag/v1.2.2
This commit is contained in:
Fabian Affolter
2025-07-10 14:09:24 +02:00
parent 38a4e2c62e
commit 6845871afa
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "aioautomower";
version = "2025.6.0";
version = "1.2.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Thomas55555";
repo = "aioautomower";
tag = version;
tag = "v${version}";
hash = "sha256-6V3utjqCLQmO2iuWdn6kE8oz9XcJ/sCfeSMWmxL/2NE=";
};