pythonPackages.jellyfin-apiclient-python: 1.7.0 -> 1.7.2

This commit is contained in:
Johannes Schleifenbaum 2021-03-24 08:33:46 +01:00
parent d123a3b7c2
commit ac591f31c2
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -3,12 +3,12 @@
buildPythonPackage rec {
pname = "jellyfin-apiclient-python";
version = "1.7.0";
version = "1.7.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OyJ29pbVTkEJwnt5LfHSCjo76eUex4TTkIhXMmiHTNI=";
sha256 = "sha256-nSLUa9/jAT6XrHo77kV5HYBxPO/lhcWKqPfpES7ul9A=";
};
propagatedBuildInputs = [ requests websocket_client ];