python310Packages.forecast-solar: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2022-03-18 05:11:47 +00:00
parent b4f7a460fb
commit 6c1cbcbe1d

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "forecast-solar";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "forecast_solar";
rev = version;
sha256 = "sha256-UrLy+j8YDWuS9pciEDKb/+UoCcw54XWiIUAEYC72/W0=";
sha256 = "sha256-2gex50QEN55uUa8SfAQA7iDZ3SVnpOTXfD3Sxq7KvNw=";
};
PACKAGE_VERSION = version;