Unverified Commit 587e14a6 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-components.oref_alert: unpin shapely (#417970)

parents 90c38eb1 9eac20a6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@ buildHomeAssistantComponent rec {
    hash = "sha256-OO3My8U8SCmhaJQI7y0kxVKj/stvfp3pdqhFdTCcIWs=";
  };

  postPatch = ''
    substituteInPlace custom_components/oref_alert/manifest.json \
      --replace-fail shapely==2.0.7 shapely
  '';

  dependencies = [
    aiofiles
    shapely