python310Packages.forecast-solar: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm 2022-09-17 01:03:04 +00:00
parent d9a1414346
commit 8eec0a9138

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "forecast-solar";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "forecast_solar";
rev = version;
sha256 = "sha256-2gex50QEN55uUa8SfAQA7iDZ3SVnpOTXfD3Sxq7KvNw=";
rev = "refs/tags/${version}";
sha256 = "sha256-1xRbTOeBHzLmf0FJwsrg/4+Z2Fs7uwbQwS2Tm41mNRk=";
};
PACKAGE_VERSION = version;