mopidy-mpd: 3.0.0 -> 3.2.0
This commit is contained in:
parent
e1f3bc6204
commit
c4112ea936
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "Mopidy-MPD";
|
pname = "Mopidy-MPD";
|
||||||
version = "3.0.0";
|
version = "3.2.0";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0prjli4352521igcsfcgmk97jmzgbfy4ik8hnli37wgvv252wiac";
|
sha256 = "sha256-oZvKr61lyu7CmXP2A/xtYng1FIUPyveVJMqUuv6UnaM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [mopidy];
|
propagatedBuildInputs = [mopidy];
|
||||||
|
|
Loading…
Reference in a new issue