Unverified Commit 6489034b authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.homeassistant-stubs: 2025.3.3 -> 2025.3.4 (#392012)

parents f6cd24f6 f96f59a7
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "homeassistant-stubs";
  version = "2025.3.3";
  version = "2025.3.4";
  pyproject = true;

  disabled = python.version != home-assistant.python.version;
@@ -18,8 +18,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "KapJI";
    repo = "homeassistant-stubs";
    rev = "refs/tags/${version}";
    hash = "sha256-SI43zL0DfXGfk/A8VhoUTq+3Q4N2730vBxEXRj8fgUI=";
    tag = version;
    hash = "sha256-HO1A1uLGNnFdigmoZVL+T28f1Oh+6t1pDUa+nh84MLA=";
  };

  build-system = [
@@ -41,11 +41,11 @@ buildPythonPackage rec {

  doCheck = false;

  meta = with lib; {
  meta = {
    description = "Typing stubs for Home Assistant Core";
    homepage = "https://github.com/KapJI/homeassistant-stubs";
    changelog = "https://github.com/KapJI/homeassistant-stubs/releases/tag/${version}";
    license = licenses.mit;
    maintainers = teams.home-assistant.members;
    changelog = "https://github.com/KapJI/homeassistant-stubs/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = lib.teams.home-assistant.members;
  };
}