mopidy-tidal: 0.3.11 -> 0.3.12 (#470894)

This commit is contained in:
Weijia Wang
2026-02-04 18:57:45 +00:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "Mopidy-Tidal";
version = "0.3.11";
version = "0.3.12";
pyproject = true;
src = fetchFromGitHub {
owner = "tehkillerbee";
repo = "mopidy-tidal";
tag = "v${version}";
hash = "sha256-wqx/30UQVm1fEwP/bZeW7TtzGfn/wI0klQnFr9E3AOs=";
hash = "sha256-1u1MMLtVNZkVhmUr5DW34TlJ2s/YGRKXjqi+SrtClR4=";
};
build-system = [ python3Packages.poetry-core ];