python3Packages.aioautomower: 2025.5.1 -> 2025.6.0 (#419307)

This commit is contained in:
Nick Cao
2025-06-23 17:00:31 -04:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "aioautomower";
version = "2025.5.1";
version = "2025.6.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "Thomas55555";
repo = "aioautomower";
tag = version;
hash = "sha256-Fia08yBmixR47WZMuNbBg+u8CyHG8lumfWJeB/EKd78=";
hash = "sha256-6V3utjqCLQmO2iuWdn6kE8oz9XcJ/sCfeSMWmxL/2NE=";
};
postPatch = ''