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

This commit is contained in:
R. Ryantm
2026-07-21 03:26:34 +00:00
parent 41ce788712
commit 7f42cc775a
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "jellyfin-apiclient-python";
version = "1.12.0";
version = "1.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-apiclient-python";
tag = "v${version}";
hash = "sha256-lxwJgYysp/6C/eYviYJu5lfStWulHyl7WxqxMnOE5iw=";
hash = "sha256-+ZlJK1wbu/taOydgSOF7JNKcsLzqXph6m8PHww04QjI=";
};
build-system = [ setuptools ];