python313Packages.automower-ble: 0.2.0 -> 0.2.1

Diff: https://github.com/alistair23/AutoMower-BLE/compare/refs/tags/0.2.0...refs/tags/0.2.1
This commit is contained in:
Fabian Affolter
2025-05-19 08:27:40 +02:00
parent a5dbfc0511
commit cc7f2f8385
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "automower-ble";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "alistair23";
repo = "AutoMower-BLE";
tag = version;
hash = "sha256-BWfRXz78e1Xq0fNOGJ2IFnjNqfH3oD5VIGMxyCPtEUw=";
hash = "sha256-k0cVjpuhPFpPoPVFj0uoKVoFEQn4TNIuFLedJfawlaA=";
};
build-system = [ setuptools ];