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

This commit is contained in:
OPNA2608 2024-02-07 17:01:29 +01:00
parent beaad30079
commit 4ad981ff40

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";