about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-10 04:22:35 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-10 04:22:35 +0100
commit19ea0822e5986283b7ce72dcbe9b3354b73ffa9b (patch)
tree159550b57eba5fd6c653e3eb2670c5ed67bbbdd6 /pkgs/servers
parenta43d3cfbfe425e1b5a48ffebc0d27468ece7f863 (diff)
downloadnixlib-19ea0822e5986283b7ce72dcbe9b3354b73ffa9b.tar
nixlib-19ea0822e5986283b7ce72dcbe9b3354b73ffa9b.tar.gz
nixlib-19ea0822e5986283b7ce72dcbe9b3354b73ffa9b.tar.bz2
nixlib-19ea0822e5986283b7ce72dcbe9b3354b73ffa9b.tar.lz
nixlib-19ea0822e5986283b7ce72dcbe9b3354b73ffa9b.tar.xz
nixlib-19ea0822e5986283b7ce72dcbe9b3354b73ffa9b.tar.zst
nixlib-19ea0822e5986283b7ce72dcbe9b3354b73ffa9b.zip
python311Packages.homeassistant-stubs: 2024.1.6 -> 2024.2.1
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.2.1
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/stubs.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/home-assistant/stubs.nix b/pkgs/servers/home-assistant/stubs.nix
index 6638a50683c4..536dce6652a7 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 = "2024.1.6";
+  version = "2024.2.1";
   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-htFz3Cw5AvI1h2YvECOJdMA4N3JAQRRRhx1tfR4h5co=";
+    hash = "sha256-1a2iwyRyXOD8iaTzdnEGfwCgw6dU2bV1iWpoD7s35QI=";
   };
 
   nativeBuildInputs = [
@@ -27,7 +27,7 @@ buildPythonPackage rec {
 
   postPatch = ''
     # Relax constraint to year and month
-    substituteInPlace pyproject.toml --replace \
+    substituteInPlace pyproject.toml --replace-fail \
       'homeassistant = "${version}"' \
       'homeassistant = "~${lib.versions.majorMinor home-assistant.version}"'
   '';