python312Packages.aioautomower: 2024.7.3 -> 2024.8.0

Changelog: https://github.com/Thomas55555/aioautomower/releases/tag/2024.8.0
This commit is contained in:
Fabian Affolter
2024-09-04 12:02:06 -07:00
committed by Robert Schütz
parent 7905268325
commit f2e6dcefe9
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aioautomower";
version = "2024.7.3";
version = "2024.8.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Thomas55555";
repo = "aioautomower";
rev = "refs/tags/${version}";
hash = "sha256-tjdpQglhg78DsmtIHo5QDsP1U8f0fnaasF0IYUtrGh4=";
hash = "sha256-FrQpRz+HESmk837L4bLDiRpJOZXstMJQ8Ic58B9Ac10=";
};
postPatch = ''
@@ -58,6 +58,8 @@ buildPythonPackage rec {
disabledTests = [
# File is missing
"test_standard_mower"
# Call no found
"test_post_commands"
];
meta = with lib; {