Unverified Commit 658b5d55 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.forecast-solar: 4.2.0 -> 5.0.0 (#494828)

parents 9486fa80 40f5c260
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "forecast-solar";
  version = "4.2.0";
  version = "5.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "home-assistant-libs";
    repo = "forecast_solar";
    tag = "v${version}";
    hash = "sha256-ZBkuhONvn1/QpD+ml3HJinMIdg1HFpVj5KZAlUt/qR4=";
    hash = "sha256-gFa1jq4Dq6fWqL/3eY+OGcJU+T+R6TZs8CX1ynnW+pU=";
  };

  build-system = [ poetry-core ];