python3Packages.jellyfin-apiclient-python: 1.7.2 -> 1.8.0

This commit is contained in:
Johannes Schleifenbaum
2021-12-08 09:03:43 +01:00
parent 4a6aa6acfd
commit 213b1d18d1

View File

@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "jellyfin-apiclient-python";
version = "1.7.2";
version = "1.8.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-nSLUa9/jAT6XrHo77kV5HYBxPO/lhcWKqPfpES7ul9A=";
sha256 = "sha256-pH1mFm0enT8LOCYABAgb/T/ZwHyhtQGBu7mAxNeu7jQ=";
};
propagatedBuildInputs = [