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

python3Packages.homeassistant-stubs: 2025.12.0 -> 2025.12.1

parent 8beebccd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "homeassistant-stubs";
  version = "2025.12.0";
  version = "2025.12.1";
  pyproject = true;

  disabled = python.version != home-assistant.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "KapJI";
    repo = "homeassistant-stubs";
    tag = version;
    hash = "sha256-YksrFe84hfnwlVMECl+QLRXYv+485ToL/ahL4DYp+A4=";
    hash = "sha256-DIP/5gima7PUNIgTJPu2s00XnfkZk2MlmpvTcqtGGPw=";
  };

  build-system = [