python313Packages.automower-ble: 0.2.1 -> 0.2.7

Diff: https://github.com/alistair23/AutoMower-BLE/compare/refs/tags/0.2.1...refs/tags/0.2.7
This commit is contained in:
Fabian Affolter 2025-08-03 13:05:00 +02:00
parent 013a936cac
commit 9c81a9073f

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "automower-ble";
version = "0.2.1";
version = "0.2.7";
pyproject = true;
disabled = pythonOlder "3.10";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "alistair23";
repo = "AutoMower-BLE";
tag = version;
hash = "sha256-k0cVjpuhPFpPoPVFj0uoKVoFEQn4TNIuFLedJfawlaA=";
hash = "sha256-oOwSbGzTGXWm3Vmsui4k1lPRnT8+aIs6sk1DK/aRxzs=";
};
build-system = [ setuptools ];