mopidy-iris: 3.28.1 -> 3.29.2

This commit is contained in:
Kevin Rauscher 2018-11-10 10:13:47 +01:00
parent ea8d794026
commit cd670dff0b
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
pythonPackages.buildPythonApplication rec { pythonPackages.buildPythonApplication rec {
pname = "Mopidy-Iris"; pname = "Mopidy-Iris";
version = "3.28.1"; version = "3.29.2";
src = pythonPackages.fetchPypi { src = pythonPackages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0yph01z8lw0r5bw3aa14w0l7z1ymxvpmb131gbaw3ib0srssgz64"; sha256 = "1v767a2j6lzp5yppfjna0ifv8psj60pphzd7njcdkx71dvpswpi2";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [