From 8d2321ce7740703efb6d05b410e2572080c0aa2a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 9 May 2025 18:25:40 +0200 Subject: [PATCH] python313Packages.forecast-solar: 4.1.0 -> 4.2.0 https://github.com/home-assistant-libs/forecast_solar/releases/tag/v4.2.0 --- pkgs/development/python-modules/forecast-solar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/forecast-solar/default.nix b/pkgs/development/python-modules/forecast-solar/default.nix index ce8b07eb1065..eebede67f426 100644 --- a/pkgs/development/python-modules/forecast-solar/default.nix +++ b/pkgs/development/python-modules/forecast-solar/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "forecast-solar"; - version = "4.1.0"; + version = "4.2.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = "forecast_solar"; tag = "v${version}"; - hash = "sha256-1oPcYEwjkkK+hAemUXaG/LFleBtsjbPUZ1b2W9/BNlg="; + hash = "sha256-ZBkuhONvn1/QpD+ml3HJinMIdg1HFpVj5KZAlUt/qR4="; }; build-system = [ poetry-core ];