python3Packages.jellyfin-apiclient-python: 1.15.0 -> 1.17.0

This commit is contained in:
R. Ryantm
2026-07-30 08:04:31 +00:00
parent 68aefd57bf
commit f00d8712a1
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "jellyfin-apiclient-python";
version = "1.15.0";
version = "1.17.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-apiclient-python";
tag = "v${version}";
hash = "sha256-+ZlJK1wbu/taOydgSOF7JNKcsLzqXph6m8PHww04QjI=";
hash = "sha256-dSofOLzW/7YCUVjIBQxEPUu+TjNbjPzBlZ3I+yQ6Rw8=";
};
build-system = [ setuptools ];