summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-04-24 01:24:17 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-04-24 01:24:17 +0200
commit077515351e90b5eb8ea7c2268e96494a7ff3b826 (patch)
treeb9d5bbd8ea6a32d462a4ff1b6b9a7ae961b4110e /pkgs/servers/home-assistant
parent646c89856932aae45a3c6476d975bcb411c6cf71 (diff)
python310Packages.homeassistant-stubs: 2023.4.5 -> 2023.4.6
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.4.6
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/stubs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/stubs.nix b/pkgs/servers/home-assistant/stubs.nix
index 91a0d5cc1736..798b4c441e39 100644
--- a/pkgs/servers/home-assistant/stubs.nix
+++ b/pkgs/servers/home-assistant/stubs.nix
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
- version = "2023.4.5";
+ version = "2023.4.6";
format = "pyproject";
disabled = python.version != home-assistant.python.version;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
- hash = "sha256-uZuJ2k52p2fuT15srSifdiD/T0Vk9GUhCh7jY9/nV6o=";
+ hash = "sha256-uPSES/yK6pgZJ68tRgmWuAwitlBOhYxMWPIi2tcEPh8=";
};
nativeBuildInputs = [