Skip to content

Commit

Permalink
python313Packages.homeassistant-stubs: 2024.12.5 -> 2025.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 4, 2025
1 parent 78b803a commit 0068afc
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.5";
version = "2025.1.0";
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-ixDHGcs2Cvf6tIxYnn4j9Qs8MkmB1PGgIKnEN676Qs0=";
hash = "sha256-qKmHQrciezgGPHNNGy7lDM9LaCXJO/DuYIrk8qjWpDQ=";
};

build-system = [
Expand Down

0 comments on commit 0068afc

Please sign in to comment.