home-assistant: pin plexapi at 4.13.2

This commit is contained in:
Martin Weinelt
2023-09-08 10:58:04 +02:00
parent c85eef94d2
commit e7d3f6bc36
+10
View File
@@ -134,6 +134,16 @@ let
};
});
plexapi = super.plexapi.overridePythonAttrs (oldAttrs: rec {
version = "4.13.2";
src = fetchFromGitHub {
owner = "pkkid";
repo = "python-plexapi";
rev = "refs/tags/${version}";
hash = "sha256-5YwINPgQ4efZBvu5McsLYicW/7keKSi011lthJUR9zw=";
};
});
# Pinned due to API changes in 0.1.0
poolsense = super.poolsense.overridePythonAttrs (oldAttrs: rec {
version = "0.0.8";