python3Packages.boschshcpy: 0.2.111 -> 0.2.115 (#533544)

This commit is contained in:
Fabian Affolter
2026-06-20 16:38:50 +00:00
committed by GitHub
@@ -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 ];
};