Merge pull request #301656 from r-ryantm/auto-update/python312Packages.dirigera

python312Packages.dirigera: 1.0.12 -> 1.0.14

authored by Weijia Wang and committed by GitHub ab1590d3 7341b702

+15 -20
+15 -20
pkgs/development/python-modules/dirigera/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , fetchFromGitHub 4 - , pydantic 5 - , pytestCheckHook 6 - , pythonOlder 7 - , requests 8 - , setuptools 9 - , websocket-client 10 }: 11 12 buildPythonPackage rec { 13 pname = "dirigera"; 14 - version = "1.0.12"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "Leggin"; 21 repo = "dirigera"; 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-e8kbMP5ih7MBozFbylLEBR9DrS894X4xZh62OLLSgFw="; 24 }; 25 26 - build-system = [ 27 - setuptools 28 - ]; 29 30 dependencies = [ 31 pydantic ··· 33 websocket-client 34 ]; 35 36 - nativeCheckInputs = [ 37 - pytestCheckHook 38 - ]; 39 40 - pythonImportsCheck = [ 41 - "dirigera" 42 - ]; 43 44 meta = with lib; { 45 description = "Module for controlling the IKEA Dirigera Smart Home Hub";
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + pydantic, 6 + pytestCheckHook, 7 + pythonOlder, 8 + requests, 9 + setuptools, 10 + websocket-client, 11 }: 12 13 buildPythonPackage rec { 14 pname = "dirigera"; 15 + version = "1.0.14"; 16 pyproject = true; 17 18 disabled = pythonOlder "3.7"; ··· 21 owner = "Leggin"; 22 repo = "dirigera"; 23 rev = "refs/tags/v${version}"; 24 + hash = "sha256-FsW7ewKAvIONOjEXIOq7/GqOs564PpeMFKjS4crJtJ0="; 25 }; 26 27 + build-system = [ setuptools ]; 28 29 dependencies = [ 30 pydantic ··· 32 websocket-client 33 ]; 34 35 + nativeCheckInputs = [ pytestCheckHook ]; 36 37 + pythonImportsCheck = [ "dirigera" ]; 38 39 meta = with lib; { 40 description = "Module for controlling the IKEA Dirigera Smart Home Hub";