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:
commit
668b3c49eb
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue