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

python312Packages.dirigera: 1.0.11 -> 1.0.12
This commit is contained in:
Fabian Affolter 2024-03-28 09:49:56 +01:00 committed by GitHub
commit 5942780d88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dirigera";
version = "1.0.11";
version = "1.0.12";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,14 +20,14 @@ buildPythonPackage rec {
owner = "Leggin";
repo = "dirigera";
rev = "refs/tags/v${version}";
hash = "sha256-kZlmfoGbvSv13+UqCE73ToLfrzzQ9AOxefRTxUvxMCg=";
hash = "sha256-e8kbMP5ih7MBozFbylLEBR9DrS894X4xZh62OLLSgFw=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
pydantic
requests
websocket-client
@ -43,10 +43,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for controlling the IKEA Dirigera Smart Home Hub";
mainProgram = "generate-token";
homepage = "https://github.com/Leggin/dirigera";
changelog = "https://github.com/Leggin/dirigera/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "generate-token";
};
}