python3Packages.boschshcpy: 0.2.111 -> 0.2.115

Changelog: https://github.com/tschamm/boschshcpy/releases/tag/v0.2.115
This commit is contained in:
Fabian Affolter
2026-06-20 10:48:16 +02:00
parent 882433ac43
commit 4d9f56af14
@@ -11,13 +11,13 @@
buildPythonPackage (finalAttrs: {
pname = "boschshcpy";
version = "0.2.111";
version = "0.2.115";
pyproject = true;
src = fetchFromGitHub {
owner = "tschamm";
repo = "boschshcpy";
tag = finalAttrs.version;
tag = "v${finalAttrs.version}";
hash = "sha256-mR2TWfq7ItM1WLnnU7fzeWEeK65ENrCuRxzKte+zDZs=";
};
@@ -38,6 +38,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Python module to work with the Bosch Smart Home Controller API";
homepage = "https://github.com/tschamm/boschshcpy";
changelog = "https://github.com/tschamm/boschshcpy/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fab ];
};