lol
0
fork

Configure Feed

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

python313Packages.python-homewizard-energy: 8.1.0 -> 8.3.2

https://github.com/homewizard/python-homewizard-energy/releases/tag/v8.1.1
https://github.com/homewizard/python-homewizard-energy/releases/tag/v8.2.0
https://github.com/homewizard/python-homewizard-energy/releases/tag/v8.3.0
https://github.com/homewizard/python-homewizard-energy/releases/tag/v8.3.1
https://github.com/homewizard/python-homewizard-energy/releases/tag/v8.3.2

+8 -2
+8 -2
pkgs/development/python-modules/python-homewizard-energy/default.nix
··· 3 3 aiohttp, 4 4 aresponses, 5 5 async-timeout, 6 + awesomeversion, 6 7 backoff, 7 8 buildPythonPackage, 8 9 fetchFromGitHub, 10 + mashumaro, 9 11 multidict, 12 + orjson, 10 13 poetry-core, 11 14 pytest-asyncio, 12 15 pytest-cov-stub, ··· 17 20 18 21 buildPythonPackage rec { 19 22 pname = "python-homewizard-energy"; 20 - version = "8.1.0"; 23 + version = "8.3.2"; 21 24 pyproject = true; 22 25 23 26 disabled = pythonOlder "3.9"; ··· 26 29 owner = "DCSBL"; 27 30 repo = "python-homewizard-energy"; 28 31 tag = "v${version}"; 29 - hash = "sha256-e1UB9Hegnl4JR1fBQz9/caTeo82LGGQX4qETI0O9OLc="; 32 + hash = "sha256-koc82UHwr3TJZAzSX878fEbyRu8vddDLNpNelbnTr/8="; 30 33 }; 31 34 32 35 postPatch = '' ··· 39 42 dependencies = [ 40 43 aiohttp 41 44 async-timeout 45 + awesomeversion 42 46 backoff 47 + mashumaro 43 48 multidict 49 + orjson 44 50 ]; 45 51 46 52 __darwinAllowLocalNetworking = true;