mopidy-iris: 3.2.0 -> 3.3.3

This commit is contained in:
Roman Volosatovs 2017-09-01 14:18:36 +02:00
parent 52eb0e0fbd
commit 94649061c8
No known key found for this signature in database
GPG Key ID: 3AC661943D80C89E

View File

@ -2,12 +2,12 @@
pythonPackages.buildPythonApplication rec {
name = "mopidy-iris-${version}";
version = "3.2.0";
version = "3.3.3";
src = pythonPackages.fetchPypi {
inherit version;
pname = "Mopidy-Iris";
sha256 = "cb97cb14b2d6836f3c28c5fd0ada44b4a33f2e74380f44bd5d03beffa5f67b30";
sha256 = "1lfqkmjvdmc2pb3xx9z21ay095b2bk5cvdwharxqqx8fjq6n27hq";
};
propagatedBuildInputs = [