summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-18 09:19:54 +0100
committerGitHub <noreply@github.com>2022-03-18 09:19:54 +0100
commit668b3c49eb3bef977d9f33c2e563f16b12b53feb (patch)
tree39d8247bbd45d48aabd9c19a4a4380abfd879830
parentdb6c87d87526eb4b8c0ec867f11ed23b159b03a3 (diff)
parent6c1cbcbe1d94823928d9a52d7415d38ade05bc4a (diff)
Merge pull request #164672 from r-ryantm/auto-update/python3.10-forecast-solar
python310Packages.forecast-solar: 2.1.0 -> 2.2.0
-rw-r--r--pkgs/development/python-modules/forecast-solar/default.nix4
1 files 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 6a77f57acf92..a1d3741584ca 100644
--- a/pkgs/development/python-modules/forecast-solar/default.nix
+++ b/pkgs/development/python-modules/forecast-solar/default.nix
@@ -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;