summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-08-29 14:23:55 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-29 14:33:52 +0200
commit31643e45ec33a9d931889918e9e6cf485f8212fc (patch)
tree746536939e063a604040435e9b1172519359f8db /pkgs/applications/audio/mopidy
parent7ff98bd03d54db59ff799fc8c12f8f78adb07e31 (diff)
downloadnixpkgs-31643e45ec33a9d931889918e9e6cf485f8212fc.tar
nixpkgs-31643e45ec33a9d931889918e9e6cf485f8212fc.tar.gz
nixpkgs-31643e45ec33a9d931889918e9e6cf485f8212fc.tar.bz2
nixpkgs-31643e45ec33a9d931889918e9e6cf485f8212fc.tar.lz
nixpkgs-31643e45ec33a9d931889918e9e6cf485f8212fc.tar.xz
nixpkgs-31643e45ec33a9d931889918e9e6cf485f8212fc.tar.zst
nixpkgs-31643e45ec33a9d931889918e9e6cf485f8212fc.zip
mopidy-iris: use latest tornado
Diffstat (limited to 'pkgs/applications/audio/mopidy')
-rw-r--r--pkgs/applications/audio/mopidy/iris.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mopidy/iris.nix b/pkgs/applications/audio/mopidy/iris.nix
index 796812a9bd0..467ba6fe3f7 100644
--- a/pkgs/applications/audio/mopidy/iris.nix
+++ b/pkgs/applications/audio/mopidy/iris.nix
@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
   ] ++ (with python3Packages; [
     configobj
     requests
-    tornado_4
+    tornado
   ]);
 
   # no tests implemented