lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.aioshelly: 13.5.0 -> 13.6.0

Diff: https://github.com/home-assistant-libs/aioshelly/compare/refs/tags/13.5.0...refs/tags/13.6.0

Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/13.6.0

authored by

Robert Schütz and committed by
Martin Weinelt
51e37c94 fda546a2

+2 -2
+2 -2
pkgs/development/python-modules/aioshelly/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "aioshelly"; 19 - version = "13.5.0"; 19 + version = "13.6.0"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.11"; ··· 25 25 owner = "home-assistant-libs"; 26 26 repo = "aioshelly"; 27 27 tag = version; 28 - hash = "sha256-oqmX7x6GNZRMTnmUXG1ptDoXT+A4tB+wDM2pds/kRcY="; 28 + hash = "sha256-cJKo/UITcvpGbrtOqXLReWghEXL0AKFve1s6Ncde0gc="; 29 29 }; 30 30 31 31 build-system = [ setuptools ];