pythonPackages.jellyfin-apiclient-python: 1.4.0 -> 1.5.1

This commit is contained in:
Johannes Schleifenbaum 2020-07-22 10:22:27 +02:00
parent d2c8395add
commit 1c36177a7a
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -3,14 +3,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jellyfin-apiclient-python"; pname = "jellyfin-apiclient-python";
version = "1.4.0"; version = "1.5.1";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "iwalton3"; owner = "iwalton3";
repo = "jellyfin-apiclient-python"; repo = "jellyfin-apiclient-python";
rev = "v${version}"; rev = "v${version}";
sha256 = "0b4ij19xjwn0wm5076fx8n4phjbsfx84x9qdrwm8c2r3ld8w7hk4"; sha256 = "1mzs4i9c4cf7pmymsyzs8x17hvjs8g9wr046l4f85rkzmz23v1rp";
}; };
propagatedBuildInputs = [ requests websocket_client ]; propagatedBuildInputs = [ requests websocket_client ];