lol

python313Packages.aioecowitt: 2024.2.2 -> 2025.3.1

Diff: https://github.com/home-assistant-libs/aioecowitt/compare/refs/tags/2024.2.2...2025.3.1

Changelog: https://github.com/home-assistant-libs/aioecowitt/releases/tag/2025.3.1

authored by

Robert Schütz and committed by
Martin Weinelt
25da483d 8033eebe

+5 -5
+5 -5
pkgs/development/python-modules/aioecowitt/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "aioecowitt"; 15 - version = "2024.2.2"; 15 + version = "2025.3.1"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.9"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "home-assistant-libs"; 22 - repo = pname; 22 + repo = "aioecowitt"; 23 23 tag = version; 24 - hash = "sha256-QfUawUtkNl2molropV8NSU7Kfm/D5/xuaPCjgm2TVOs="; 24 + hash = "sha256-BAiRonfu3tFf5ZERbWO+MuEsefrOIaGxUExYx5fXZIM="; 25 25 }; 26 26 27 - nativeBuildInputs = [ setuptools ]; 27 + build-system = [ setuptools ]; 28 28 29 - propagatedBuildInputs = [ 29 + dependencies = [ 30 30 aiohttp 31 31 meteocalc 32 32 ];