python312Packages.gardena-bluetooth: 1.4.2 -> 1.4.3

Diff: https://github.com/elupus/gardena-bluetooth/compare/refs/tags/1.4.2...1.4.3

Changelog: https://github.com/elupus/gardena-bluetooth/releases/tag/1.4.3
This commit is contained in:
Fabian Affolter
2024-09-04 09:43:43 +02:00
parent bacf4b51e3
commit ee57daafe2
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "gardena-bluetooth";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "elupus";
repo = "gardena-bluetooth";
rev = "refs/tags/${version}";
hash = "sha256-eze99JvNSwhot8t43oy30iaFrrkpeMNFyHvfQcA56IM=";
hash = "sha256-H2v96G/mu17puq8jNyk6L9iuWUvRombPd+s6byNQ4Zw=";
};
nativeBuildInputs = [ poetry-core ];