home-assistant: pin jellyfin-apiclient-python to version 1.10.0 (#396064)

This commit is contained in:
Sandro
2025-04-04 18:29:38 +02:00
committed by GitHub
+12
View File
@@ -151,6 +151,18 @@ let
];
});
# Pinned due to home-assistant still needing 1.10.0 verison
# Remove this when home-assistant upates the jellyfin-apiclient-python version
jellyfin-apiclient-python = super.jellyfin-apiclient-python.overridePythonAttrs (oldAttrs: rec {
version = "1.10.0";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-apiclient-python";
tag = "v${version}";
hash = "sha256-H1FqypNuVIZ17cFdNDEmmKICswxJkUGq2LhlingbCVk=";
};
});
# acme and thus hass-nabucasa doesn't support josepy v2
# https://github.com/certbot/certbot/issues/10185
josepy = super.josepy.overridePythonAttrs (old: rec {