about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-11-02 20:09:06 +0100
committerGitHub <noreply@github.com>2023-11-02 20:09:06 +0100
commit1142db20cb2c143ef89323ad810811581fc06b88 (patch)
tree4930c010612d856f91e6a7c1e4668d249b0d6286 /pkgs/servers
parent06b4b4ea3b35711810986f70271a886107f8365c (diff)
parent893bdcb8b46db90f4b2e1c43b881bf386531b929 (diff)
Merge pull request #264996 from mweinelt/homeassistant-stubs-2023.11.0
python311Packages.homeassistant-stubs: 2023.10.5 -> 2023.11.0
Diffstat (limited to 'pkgs/servers')
-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 1397abf61cec3..292f38b2e8b6e 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.10.5";
+  version = "2023.11.0";
   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-QCdNvEs2LFF43lWLLFX+9VMfQFg1oWUCh/cgxdBQV8w=";
+    hash = "sha256-/yiTNsr22X8orQ8sni50/FeWWZL9OyVZvTngeaGv5SI=";
   };
 
   nativeBuildInputs = [