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-26 21:18:10 +0200
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2019-04-26 21:18:57 +0200
commite32eff1f974bf00c1908fb41500252a95ecc9b00 (patch)
tree249bb0bd4608195405eae4132e850ed161f1e2f2 /pkgs/applications/audio/mopidy
parent58c473985c14801d4c3cf36fa8d2b3ef9020b709 (diff)
downloadnixpkgs-e32eff1f974bf00c1908fb41500252a95ecc9b00.tar
nixpkgs-e32eff1f974bf00c1908fb41500252a95ecc9b00.tar.gz
nixpkgs-e32eff1f974bf00c1908fb41500252a95ecc9b00.tar.bz2
nixpkgs-e32eff1f974bf00c1908fb41500252a95ecc9b00.tar.lz
nixpkgs-e32eff1f974bf00c1908fb41500252a95ecc9b00.tar.xz
nixpkgs-e32eff1f974bf00c1908fb41500252a95ecc9b00.tar.zst
nixpkgs-e32eff1f974bf00c1908fb41500252a95ecc9b00.zip
mopidy-iris: 3.36.0 -> 3.37.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 42ef89cd0fd..d190fa1b729 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.36.0";
+  version = "3.37.0";
 
   src = pythonPackages.fetchPypi {
     inherit pname version;
-    sha256 = "1qxb3rfjxmwihcm0nrarrgp9x7zr3kjipzn5igj0d57gpi2bdwgv";
+    sha256 = "1fy802jx3817ldrm3g5inrfjbi7s8xcx96pnglbq54nvp41lzyh5";
   };
 
   propagatedBuildInputs = [