mopidy-tidal: 0.3.10 -> 0.3.11 (#437217)

This commit is contained in:
Wolfgang Walther
2025-09-23 09:06:23 +00:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "Mopidy-Tidal";
version = "0.3.10";
version = "0.3.11";
pyproject = true;
src = fetchFromGitHub {
owner = "tehkillerbee";
repo = "mopidy-tidal";
tag = "v${version}";
hash = "sha256-hUYT9c4bEPfUU3f2ywK0MO0jDDLmM+3hp17XH4XJQt8=";
hash = "sha256-wqx/30UQVm1fEwP/bZeW7TtzGfn/wI0klQnFr9E3AOs=";
};
build-system = [ python3Packages.poetry-core ];