Loading pkgs/development/python-modules/boschshcpy/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -9,16 +9,16 @@ zeroconf, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "boschshcpy"; version = "0.2.109"; version = "0.2.111"; pyproject = true; src = fetchFromGitHub { owner = "tschamm"; repo = "boschshcpy"; tag = version; hash = "sha256-CHACdcFYmtDgq2eGMa8f5nsIbl8murFsieG2xA5/tVc="; tag = finalAttrs.version; hash = "sha256-mR2TWfq7ItM1WLnnU7fzeWEeK65ENrCuRxzKte+zDZs="; }; build-system = [ setuptools ]; Loading @@ -38,7 +38,7 @@ buildPythonPackage rec { meta = { description = "Python module to work with the Bosch Smart Home Controller API"; homepage = "https://github.com/tschamm/boschshcpy"; license = with lib.licenses; [ bsd3 ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/boschshcpy/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -9,16 +9,16 @@ zeroconf, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "boschshcpy"; version = "0.2.109"; version = "0.2.111"; pyproject = true; src = fetchFromGitHub { owner = "tschamm"; repo = "boschshcpy"; tag = version; hash = "sha256-CHACdcFYmtDgq2eGMa8f5nsIbl8murFsieG2xA5/tVc="; tag = finalAttrs.version; hash = "sha256-mR2TWfq7ItM1WLnnU7fzeWEeK65ENrCuRxzKte+zDZs="; }; build-system = [ setuptools ]; Loading @@ -38,7 +38,7 @@ buildPythonPackage rec { meta = { description = "Python module to work with the Bosch Smart Home Controller API"; homepage = "https://github.com/tschamm/boschshcpy"; license = with lib.licenses; [ bsd3 ]; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fab ]; }; } })