Skip to content

Commit

Permalink
python313Packages.homeassistant-stubs: 2025.1.3 -> 2025.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 24, 2025
1 parent a9663be commit 2c5b023
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 = "2025.1.3";
version = "2025.1.4";
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-4cCwhumj6VFSvuWtCqpQ4AzbgK4LmWSM9GCqkI4kZpg=";
hash = "sha256-ysebkp0wrCGHRuHZMY6P4ftcth3gsHwtRcSGUN/7noI=";
};

build-system = [
Expand Down

0 comments on commit 2c5b023

Please sign in to comment.