From 580b429fe1e2951790e588c273d05c1f845280de Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 5 Apr 2025 10:11:06 +0200 Subject: [PATCH] python313Packages.forecast-solar: 4.0.0 -> 4.1.0 Diff: https://github.com/home-assistant-libs/forecast_solar/compare/refs/tags/v4.0.0...v4.1.0 Changelog: https://github.com/home-assistant-libs/forecast_solar/releases/tag/v4.1.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 92ad357367f7..ce8b07eb1065 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.0.0"; + version = "4.1.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-lWP4ZG195IuP8E9n53EkvdIs3aVTYeEc171Yh3EngOI="; + hash = "sha256-1oPcYEwjkkK+hAemUXaG/LFleBtsjbPUZ1b2W9/BNlg="; }; build-system = [ poetry-core ];