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

This commit is contained in:
R. Ryantm
2026-05-11 23:30:14 +00:00
parent 32f2a10034
commit 7c3cfc2fb0
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "jellyfin-apiclient-python";
version = "1.11.0";
version = "1.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-apiclient-python";
tag = "v${version}";
hash = "sha256-TFF0pENSXWbmIb7IM1bayDACd0VOCTKc1WzLRvTJYNA=";
hash = "sha256-lxwJgYysp/6C/eYviYJu5lfStWulHyl7WxqxMnOE5iw=";
};
build-system = [ setuptools ];