Merge pull request #290145 from fabaff/aioautomower-bump
python312Packages.aioautomower: 2024.2.6 -> 2024.2.7
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioautomower";
|
||||
version = "2024.2.6";
|
||||
version = "2024.2.7";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "Thomas55555";
|
||||
repo = "aioautomower";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-iYC2bYkO9INbSeny9gy/I0cDSYeyrJiD9MJddUFIlhg=";
|
||||
hash = "sha256-ij/Webe/YqpAyjCXFpKq0eyvTegiTDJYiMASuUJKc7Q=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -57,6 +57,11 @@ buildPythonPackage rec {
|
||||
"--snapshot-update"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# File is missing
|
||||
"test_standard_mower"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Module to communicate with the Automower Connect API";
|
||||
homepage = "https://github.com/Thomas55555/aioautomower";
|
||||
|
||||
Reference in New Issue
Block a user