mopidy-iris: 3.11.0 -> 3.12.4

This commit is contained in:
Roman Volosatovs 2018-02-06 23:17:53 +01:00
parent 93cf06776e
commit 99167e34c9
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.11.0";
version = "3.12.4";
src = pythonPackages.fetchPypi {
inherit version;
pname = "Mopidy-Iris";
sha256 = "1a9pn35vv1b9v0s30ajjg7gjjvcfjwgfyp7z61m567nv6cr37vhq";
sha256 = "0k64rfnp5b4rybb396zzx12wnnca43a8l1s6s6dr6cflgk9aws87";
};
propagatedBuildInputs = [