Skip to content

Commit

Permalink
python312Packages.homeassistant-stubs: 2024.9.3 -> 2024.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and dotlambda committed Oct 4, 2024
1 parent 523c995 commit a705fce
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 @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.9.3";
version = "2024.10.0";
pyproject = true;

disabled = python.version != home-assistant.python.version;
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-ohk0Gxq+q7PH/+SRMEu4KFz/xoc/TDeuEzTnMjaYMBU=";
hash = "sha256-CI8orK0iR8avP4zgdIo9EWa9G7fqAul9CF/rEZBqDbQ=";
};

build-system = [
Expand Down

0 comments on commit a705fce

Please sign in to comment.