python3Packages.forecast-solar: 2.0.0 -> 2.1.0

This commit is contained in:
Fabian Affolter 2021-08-24 16:37:08 +02:00
parent 24ecbeee3c
commit b1d4c0ac31

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "forecast-solar";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "forecast_solar";
rev = version;
sha256 = "12d9bb3q7gp0yy152x0rcbi727wrg3w9458asp2nhnqlb8nm6j4d";
sha256 = "sha256-UrLy+j8YDWuS9pciEDKb/+UoCcw54XWiIUAEYC72/W0=";
};
propagatedBuildInputs = [