Merge pull request #291319 from fabaff/aioautomower-bump

python312Packages.aioautomower: 2024.2.7 -> 2024.2.8
This commit is contained in:
Fabian Affolter 2024-02-25 12:20:08 +01:00 committed by GitHub
commit f2cf877d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aioautomower";
version = "2024.2.7";
version = "2024.2.8";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Thomas55555";
repo = "aioautomower";
rev = "refs/tags/${version}";
hash = "sha256-ij/Webe/YqpAyjCXFpKq0eyvTegiTDJYiMASuUJKc7Q=";
hash = "sha256-YdC6459lEvHDnX4L26n28oGzDSsa7/8UGHjnONhn9Yo=";
};
postPatch = ''