python3Packages.gardena-bluetooth: 2.4.0 -> 2.6.0 (#509085)

This commit is contained in:
Fabian Affolter
2026-04-11 21:18:45 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "gardena-bluetooth";
version = "2.4.0";
version = "2.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elupus";
repo = "gardena-bluetooth";
tag = finalAttrs.version;
hash = "sha256-1G7d8sILpgDm9rwNIV20C14xmzCKrozGPctXn2hBBIQ=";
hash = "sha256-QIjCIfsD/YOPfbmHoerynb5iqne0MBlK0y89cc7gR1U=";
};
build-system = [ setuptools ];