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

This commit is contained in:
Johannes Schleifenbaum 2020-08-09 08:15:24 +02:00
parent 89b6e7746e
commit a2992d836c
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

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