mopidy-spotify: unstable-2024-02-27 -> 4.1.1-unstable-2024-02-27

This commit is contained in:
OPNA2608
2024-04-29 12:19:49 +02:00
parent beaad30079
commit 4ad981ff40
+4 -2
View File
@@ -2,7 +2,7 @@
pythonPackages.buildPythonApplication rec {
pname = "mopidy-spotify";
version = "unstable-2024-02-27";
version = "4.1.1-unstable-2024-02-27";
src = fetchFromGitHub {
owner = "mopidy";
@@ -22,7 +22,9 @@ pythonPackages.buildPythonApplication rec {
pythonImportsCheck = [ "mopidy_spotify" ];
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
tagPrefix = "v";
};
meta = with lib; {
homepage = "https://github.com/mopidy/mopidy-spotify";