about summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2019-05-08 18:08:08 +0200
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2019-05-08 18:09:27 +0200
commit2117006ef18ca4c2a5c2c29c011968a7e1d1137b (patch)
tree9b1d0a0828134c1358a937cc8c9780d736ae78e8 /pkgs/applications/audio/mopidy
parent52ce5899683aa735b6a1225a368130dd03da0093 (diff)
downloadnixlib-2117006ef18ca4c2a5c2c29c011968a7e1d1137b.tar
nixlib-2117006ef18ca4c2a5c2c29c011968a7e1d1137b.tar.gz
nixlib-2117006ef18ca4c2a5c2c29c011968a7e1d1137b.tar.bz2
nixlib-2117006ef18ca4c2a5c2c29c011968a7e1d1137b.tar.lz
nixlib-2117006ef18ca4c2a5c2c29c011968a7e1d1137b.tar.xz
nixlib-2117006ef18ca4c2a5c2c29c011968a7e1d1137b.tar.zst
nixlib-2117006ef18ca4c2a5c2c29c011968a7e1d1137b.zip
mopidy-iris: 3.37.0 -> 3.37.1
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 d190fa1b7299..41fc148e32df 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.37.0";
+  version = "3.37.1";
 
   src = pythonPackages.fetchPypi {
     inherit pname version;
-    sha256 = "1fy802jx3817ldrm3g5inrfjbi7s8xcx96pnglbq54nvp41lzyh5";
+    sha256 = "0qcg456k7av0anymmmnlcn0v4642gbgk0nhic6w9bg9v5m0nj9ll";
   };
 
   propagatedBuildInputs = [