Skip to content

Commit

Permalink
python312Packages.homeassistant-stubs: 2024.12.1 -> 2024.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Dec 11, 2024
1 parent e0b6e1e commit eacd071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/stubs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.12.1";
version = "2024.12.2";
pyproject = true;

disabled = python.version != home-assistant.python.version;
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-j00wgk4oHZXNAJkosppVXMprDKeqvDMt+aq0MDms1gA=";
hash = "sha256-9wn+ZRie9eQT6J7nnYCHo9bpKWwcb6tqQnJoEmKGAxk=";
};

build-system = [
Expand Down

0 comments on commit eacd071

Please sign in to comment.