Skip to content

Commit

Permalink
python310Packages.homeassistant-stubs: 2023.4.6 -> 2023.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed May 4, 2023
1 parent de12878 commit 4e0a4f2
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 = "2023.4.6";
version = "2023.5.0";
format = "pyproject";

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-uPSES/yK6pgZJ68tRgmWuAwitlBOhYxMWPIi2tcEPh8=";
hash = "sha256-5aWt+x1KpLzC9ApV9n/lSJb6HweKMIJGZzAwvbFel1k=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4e0a4f2

Please sign in to comment.