python313Packages.gardena-bluetooth: 1.5.0 -> 1.6.0 (#389914)

This commit is contained in:
Nick Cao
2025-03-14 16:01:59 -04:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "gardena-bluetooth";
version = "1.5.0";
version = "1.6.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "elupus";
repo = "gardena-bluetooth";
tag = version;
hash = "sha256-U/Spy9Jc86BJ4AokqdWFRlZ4nOHIFTQ8aphK/xhofWg=";
hash = "sha256-L726A0o9TIxFjHOxx0e42RIj4XMOdeZTJE2gWo6OhG4=";
};
build-system = [ poetry-core ];