about summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 01:51:33 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 01:51:33 -0700
commit0da8196d1f65187572f3a61a57d543bb0178f5d3 (patch)
tree50baa02b7030ef55fb02642bccaa12311ee4a77e /pkgs/applications/audio/mopidy
parent3e3a9e661d7ef83f9dfc26d948a12f8ee1334f6d (diff)
downloadnixlib-0da8196d1f65187572f3a61a57d543bb0178f5d3.tar
nixlib-0da8196d1f65187572f3a61a57d543bb0178f5d3.tar.gz
nixlib-0da8196d1f65187572f3a61a57d543bb0178f5d3.tar.bz2
nixlib-0da8196d1f65187572f3a61a57d543bb0178f5d3.tar.lz
nixlib-0da8196d1f65187572f3a61a57d543bb0178f5d3.tar.xz
nixlib-0da8196d1f65187572f3a61a57d543bb0178f5d3.tar.zst
nixlib-0da8196d1f65187572f3a61a57d543bb0178f5d3.zip
mopidy-iris: 3.20.0 -> 3.21.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/Mopidy-Iris/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.21.1 with grep in /nix/store/ydhbxhldy8a9n64r8if9zy4ricl4in20-Mopidy-Iris-3.21.1
- directory tree listing: https://gist.github.com/3ad4fbaeff603abf3078d8371547dbb4
- du listing: https://gist.github.com/bcb4096a10cef861d8bcf1f384c7ae3e
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 dcd2d6f5f5ae..220ec80834ab 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.20.0";
+  version = "3.21.1";
 
   src = pythonPackages.fetchPypi {
     inherit pname version;
-    sha256 = "1fva5ysik3af3x74l6059ngwsxrk9g6ml47wr5ck536k66i025ar";
+    sha256 = "10d97rkqk5qbrninrahn0gr90yd47ivw2zafb24sp7a2g0mm07md";
   };
 
   propagatedBuildInputs = [