python3Packages.aioslimproto: 3.1.2 -> 3.1.4

https://github.com/home-assistant-libs/aioslimproto/releases/tag/3.1.4
This commit is contained in:
Martin Weinelt
2026-01-03 11:34:27 +01:00
parent 8714df6345
commit fe8fc8eac3
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aioslimproto";
version = "3.1.2";
version = "3.1.4";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = "aioslimproto";
tag = version;
hash = "sha256-NrMcM3pIzTw9FkfVDptIIdIya7jHtwwzT7RRJTmB40c=";
hash = "sha256-9WPlVAj/Bo7k/oWHI3xDkn07OrQdvNruou2s/zxB61Q=";
};
postPatch = ''