Skip to content

Commit

Permalink
python312Packages.homeassistant-stubs: 2024.8.2 -> 2024.8.3 (#337644)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Aug 27, 2024
2 parents 45e131d + fe36834 commit f86082e
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 @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.8.2";
version = "2024.8.3";
pyproject = true;

disabled = python.version != home-assistant.python.version;
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-ey1fglgyD7peGdBBD9fO9BWN48u+C+hYmTyh84FwYMY=";
hash = "sha256-cpOxBdqrbN/YmtbxTLyarYdDhdlbnLoFfsBvnAdsWks=";
};

build-system = [
Expand Down

0 comments on commit f86082e

Please sign in to comment.