python3Packages.aioautomower: 2025.5.1 -> 2025.6.0

This commit is contained in:
R. Ryantm
2025-06-23 15:40:16 +00:00
parent eeab26971f
commit 3e03b7bcc5
@@ -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 = ''