Skip to content

Commit

Permalink
mopidy-spotify: 5.0.0a2 -> 5.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 22, 2024
1 parent c09c373 commit 6ed8eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/mopidy/spotify.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

pythonPackages.buildPythonApplication rec {
pname = "mopidy-spotify";
version = "5.0.0a2";
version = "5.0.0a3";
pyproject = true;

src = fetchFromGitHub {
owner = "mopidy";
repo = "mopidy-spotify";
rev = "refs/tags/v${version}";
hash = "sha256-QeABG9rQKJ8sIoK38R74N0s5rRG+zws7AZR0xPysdcY=";
hash = "sha256-pM+kqeWYiPXv9DZDBTgwiEwC6Sbqv6uz5vJ5odcixOw=";
};

build-system = [ pythonPackages.setuptools ];
Expand Down

0 comments on commit 6ed8eb6

Please sign in to comment.