mopidy-soundcloud: 2.0.1 -> 2.0.2

This commit is contained in:
Franz Pletz 2016-01-07 15:46:02 +01:00
parent b6d84748b9
commit e7c9d7c778

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