From c6ddeb01303b47e1dab2af158d29b8970e2d647b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 27 Apr 2026 06:53:38 -0700 Subject: [PATCH] python3Packages.aiosomecomfort: 0.0.35 -> 0.0.36 Diff: https://github.com/mkmer/AIOSomecomfort/compare/0.0.35...0.0.36 Changelog: https://github.com/mkmer/AIOSomecomfort/releases/tag/0.0.36 --- .../development/python-modules/aiosomecomfort/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiosomecomfort/default.nix b/pkgs/development/python-modules/aiosomecomfort/default.nix index 98ada059e360..8d441fc14216 100644 --- a/pkgs/development/python-modules/aiosomecomfort/default.nix +++ b/pkgs/development/python-modules/aiosomecomfort/default.nix @@ -9,20 +9,24 @@ buildPythonPackage rec { pname = "aiosomecomfort"; - version = "0.0.35"; + version = "0.0.36"; pyproject = true; src = fetchFromGitHub { owner = "mkmer"; repo = "AIOSomecomfort"; tag = version; - hash = "sha256-zhCpV11nzRpWiCPNgeBfBzXgLM2NAw1p9R0ACD3u/mk="; + hash = "sha256-Da2Nvke01S7Pt+md2G5RRJqyUc6M3tcj4qsdSJVoQds="; }; build-system = [ setuptools ]; + pythonRelaxDeps = [ + "aiohttp" + ]; + dependencies = [ aiohttp prettytable