Merge pull request #107043 from ruuda/mopidy-local-320

mopidy-local: 3.1.1 -> 3.2.0
This commit is contained in:
Mario Rodas 2020-12-16 21:39:06 -05:00 committed by GitHub
commit 2d698bbe25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
python3Packages.buildPythonApplication rec {
pname = "Mopidy-Local";
version = "3.1.1";
version = "3.2.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "13m0iz14lyplnpm96gfpisqvv4n89ls30kmkg21z7v238lm0h19j";
sha256 = "14f78sb3wkg83dg3xcqlq77dh059zzcwry5l9ilyhnmvmyrkhqx0";
};
propagatedBuildInputs = [