summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2019-04-19 22:42:11 +0200
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2019-04-22 09:35:28 +0200
commit918edecca930b9c5b3fb38075ae6a493f0490fc0 (patch)
treec2aad2a9120de794a64fbf9ec24b1559a93f6e6a /pkgs/applications/audio/mopidy
parent364290da9c12bfc15a7164ed903a221a67d7e0e1 (diff)
downloadnixpkgs-918edecca930b9c5b3fb38075ae6a493f0490fc0.tar
nixpkgs-918edecca930b9c5b3fb38075ae6a493f0490fc0.tar.gz
nixpkgs-918edecca930b9c5b3fb38075ae6a493f0490fc0.tar.bz2
nixpkgs-918edecca930b9c5b3fb38075ae6a493f0490fc0.tar.lz
nixpkgs-918edecca930b9c5b3fb38075ae6a493f0490fc0.tar.xz
nixpkgs-918edecca930b9c5b3fb38075ae6a493f0490fc0.tar.zst
nixpkgs-918edecca930b9c5b3fb38075ae6a493f0490fc0.zip
mopidy-iris: 3.33.0 -> 3.36.0
Diffstat (limited to 'pkgs/applications/audio/mopidy')
-rw-r--r--pkgs/applications/audio/mopidy/iris.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mopidy/iris.nix b/pkgs/applications/audio/mopidy/iris.nix
index b8ae2d4a899..42ef89cd0fd 100644
--- a/pkgs/applications/audio/mopidy/iris.nix
+++ b/pkgs/applications/audio/mopidy/iris.nix
@@ -2,11 +2,11 @@
 
 pythonPackages.buildPythonApplication rec {
   pname = "Mopidy-Iris";
-  version = "3.33.0";
+  version = "3.36.0";
 
   src = pythonPackages.fetchPypi {
     inherit pname version;
-    sha256 = "0g00rjkmsnza4gjjdm0cwrpw3gqvmjj58157dvrh7f8k7j0gdvdm";
+    sha256 = "1qxb3rfjxmwihcm0nrarrgp9x7zr3kjipzn5igj0d57gpi2bdwgv";
   };
 
   propagatedBuildInputs = [