python311Packages.aioautomower: 2024.2.9 -> 2024.2.10
Diff: https://github.com/Thomas55555/aioautomower/compare/refs/tags/2024.2.9...2024.2.10 Changelog: https://github.com/Thomas55555/aioautomower/releases/tag/2024.2.10
This commit is contained in:
parent
861b56407f
commit
6d1747e8e6
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aioautomower";
|
pname = "aioautomower";
|
||||||
version = "2024.2.9";
|
version = "2024.2.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
disabled = pythonOlder "3.11";
|
||||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||||
owner = "Thomas55555";
|
owner = "Thomas55555";
|
||||||
repo = "aioautomower";
|
repo = "aioautomower";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-vjg7y+9E4R1Q7h+ao/ttuRbvui4u5hESR8tImWSO04U=";
|
hash = "sha256-NRcLyuU5FFIKJALUrx5iVSihzgO6ljqaqlhbs+y2E4Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue