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-08 15:43:02 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-09 00:43:02 +0200
commitf67f46cca6ee6ccf411d765db68043c5d9d722af (patch)
tree76083910a2ad657d7bae5a2d57e73db173e5e86f /pkgs/applications/audio/mopidy
parent6979ed8c38710364700a45fd0091c152f8e1cc26 (diff)
downloadnixpkgs-f67f46cca6ee6ccf411d765db68043c5d9d722af.tar
nixpkgs-f67f46cca6ee6ccf411d765db68043c5d9d722af.tar.gz
nixpkgs-f67f46cca6ee6ccf411d765db68043c5d9d722af.tar.bz2
nixpkgs-f67f46cca6ee6ccf411d765db68043c5d9d722af.tar.lz
nixpkgs-f67f46cca6ee6ccf411d765db68043c5d9d722af.tar.xz
nixpkgs-f67f46cca6ee6ccf411d765db68043c5d9d722af.tar.zst
nixpkgs-f67f46cca6ee6ccf411d765db68043c5d9d722af.zip
mopidy-iris: 3.18.0 -> 3.20.0 (#41534)
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.20.0 with grep in /nix/store/0v9g0y8ik2ywqz9yn4znad73la2g0545-Mopidy-Iris-3.20.0
- directory tree listing: https://gist.github.com/5b11f78cc0e1e8f1665c9951f6b1b9d0
- du listing: https://gist.github.com/7bd8ef1ac69ff6560db53865c6a9e322
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 eb4dce81416..dcd2d6f5f5a 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.18.0";
+  version = "3.20.0";
 
   src = pythonPackages.fetchPypi {
     inherit pname version;
-    sha256 = "0j56pj7cqymdk22bjw33c9rz4n36k693gs3w6kg6y68as8l6qpvb";
+    sha256 = "1fva5ysik3af3x74l6059ngwsxrk9g6ml47wr5ck536k66i025ar";
   };
 
   propagatedBuildInputs = [