python3Packages.aioautomower: 2024.2.10 -> 2024.3.0

https://github.com/Thomas55555/aioautomower/releases/tag/2024.3.0
This commit is contained in:
Martin Weinelt 2024-03-08 02:39:03 +01:00
parent 226aa60ff8
commit 95888cf011

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioautomower";
version = "2024.2.10";
version = "2024.3.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Thomas55555";
repo = "aioautomower";
rev = "refs/tags/${version}";
hash = "sha256-NRcLyuU5FFIKJALUrx5iVSihzgO6ljqaqlhbs+y2E4Q=";
hash = "sha256-Buvnu1UoTPZcHg5422n/Ms+TGsqjqdJ8RQaEJ1oYM1s=";
};
postPatch = ''