Unverified Commit a253bad5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.hass-nabucasa: 0.90.0 -> 0.92.0

parent 1d3bf99c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "hass-nabucasa";
  version = "0.90.0";
  version = "0.92.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "nabucasa";
    repo = "hass-nabucasa";
    tag = version;
    hash = "sha256-OP+KUh0WsE6I0hKUvUBHhzrLCKM7jc5GhO++9OrLh4s=";
    hash = "sha256-OwU3HxUj8M3/3Xv+9WPNbV8sVVR8S9u9U3mSK/P+4o8=";
  };

  pythonRelaxDeps = [ "acme" ];