Merge pull request #43172 from r-ryantm/auto-update/mopidy-soundcloud

mopidy-soundcloud: 2.0.2 -> 2.1.0
This commit is contained in:
Frederik Rietdijk 2018-07-11 11:35:14 +02:00 committed by GitHub
commit 940a358495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
pythonPackages.buildPythonApplication rec {
pname = "mopidy-soundcloud";
version = "2.0.2";
version = "2.1.0";
src = fetchFromGitHub {
owner = "mopidy";
repo = "mopidy-soundcloud";
rev = "v${version}";
sha256 = "13n44975n1wwcf7qg1c7drc2bavhjnr9hnq1v0n5hdgyx8ji67gi";
sha256 = "131qdm9i0j3ayff0js11qcmbjv50ws5s6iiqr6x5b66ymjl4scfv";
};
propagatedBuildInputs = [ mopidy ];