Skip to content

Commit

Permalink
python312Packages.homeassistant-stubs: 2024.4.1 -> 2024.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Apr 12, 2024
1 parent 8437230 commit 7c363e8
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.4.1";
version = "2024.4.2";
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-aEQgHs7ldYvTbR+OypQg9tLYyxLIPYWYEUnw+X027x8=";
hash = "sha256-qt7NBbjjeiNcHOM6wKI7Y3+L579xBQJD48hU89BB+ss=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7c363e8

Please sign in to comment.