Merge pull request #164672 from r-ryantm/auto-update/python3.10-forecast-solar

python310Packages.forecast-solar: 2.1.0 -> 2.2.0
This commit is contained in:
Fabian Affolter 2022-03-18 09:19:54 +01:00 committed by GitHub
commit 668b3c49eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;