about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-08-03 13:12:40 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-08-03 13:12:40 +0200
commitc13da49a88d4075fea4762233db7995b1a5b4144 (patch)
treee75a651c1bf82146c9a957d888a9d19fb26e98ba
parentf3688c8e961182b0fc818e523e10d07c74ade9b7 (diff)
python311Packages.homeassistant-stubs: 2023.7.3 -> 2023.8.0
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.8.0
-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 2539c4bc5a389..0f06de8f7dce1 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.7.3";
+  version = "2023.8.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-M7AGGGB7PpZBrNf9bUNX13SbQ8raK6nEUNkHbTIYuXQ=";
+    hash = "sha256-znnNWQpoJ+omYt7keW14Nc7FDqiCpZNsEWL0hEijtsI=";
   };
 
   nativeBuildInputs = [