3
0
Fork 0
forked from mirrors/nixpkgs

mopidy-jellyfin: 1.0.2 -> 1.0.4

This commit is contained in:
kiber_ogur4ik 2023-04-20 13:02:57 +03:00
parent 1dac98952e
commit 3348bc4508

View file

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "mopidy-jellyfin";
version = "1.0.2";
version = "1.0.4";
src = python3Packages.fetchPypi {
inherit version;
pname = "Mopidy-Jellyfin";
sha256 = "0j7v5xx3c401r5dw1sqm1n2263chjga1d3ml85rg79hjhhhacy75";
sha256 = "ny0u6HdOlZCsmIzZuQ1rql+bvHU3xkh8IdwhJVHNH9c=";
};
propagatedBuildInputs = [ mopidy python3Packages.unidecode python3Packages.websocket-client ];