Merge pull request #174271 from hexop/mopidy-somafm

mopidy-somafm: 2.0.0 -> 2.0.2
This commit is contained in:
Lily Foster 2023-04-24 10:37:10 -04:00 committed by GitHub
commit 8dd0f0a459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,15 @@
python3Packages.buildPythonApplication rec {
pname = "mopidy-somafm";
version = "2.0.0";
version = "2.0.2";
src = python3Packages.fetchPypi {
inherit version;
pname = "Mopidy-SomaFM";
sha256 = "1j88rrliys8hqvnb35k1xqw88bvrllcb4rb53lgh82byhscsxlf3";
sha256 = "DC0emxkoWfjGHih2C8nINBFByf521Xf+3Ks4JRxNPLM=";
};
propagatedBuildInputs = [
mopidy
];
propagatedBuildInputs = [ mopidy ];
doCheck = false;