Merge pull request #12207 from mayflower/mopidy/soundcloud-2.0.2

mopidy-soundcloud: 2.0.1 -> 2.0.2
This commit is contained in:
Aristid Breitkreuz 2016-01-10 21:02:54 +01:00
commit 5c7afe8159
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
pythonPackages.buildPythonPackage rec {
name = "mopidy-soundcloud-${version}";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "mopidy";
repo = "mopidy-soundcloud";
rev = "v${version}";
sha256 = "05yvjnivj26wjish7x1xrd9l5z8i14b610a8pbifnq3cq7y2m22r";
sha256 = "13n44975n1wwcf7qg1c7drc2bavhjnr9hnq1v0n5hdgyx8ji67gi";
};
propagatedBuildInputs = [ mopidy ];