Skip to content

Commit ae4ea45

Browse files
rvolosatovsocharles
authored andcommittedNov 20, 2017
mopidy-iris: 3.6.1 -> 3.8.2
1 parent bea2e8d commit ae4ea45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/audio/mopidy-iris/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
pythonPackages.buildPythonApplication rec {
44
name = "mopidy-iris-${version}";
5-
version = "3.6.1";
5+
version = "3.8.2";
66

77
src = pythonPackages.fetchPypi {
88
inherit version;
99
pname = "Mopidy-Iris";
10-
sha256 = "1mfi3qx7pvfq4rz0py39lnbzv7sq703b6k6mypzhj1gdzbisfn46";
10+
sha256 = "051bzs8p2zz960mi9cmv51q1fmmm15nnb9apph9icicr0p8g7lif";
1111
};
1212

1313
propagatedBuildInputs = [

0 commit comments

Comments
 (0)
Please sign in to comment.