summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-11 04:07:39 -0700
committerobadz <obadz-git@obadz.com>2018-05-12 13:56:07 +0200
commit1bf84200473ab95fe983b9b15731d693f205d1bf (patch)
tree6c6d01556a6c606bb320d8744bb8c098bea9f31b /pkgs/applications/audio/mopidy
parentc10c977e00c4bae28215460b73432eed27cd360a (diff)
downloadnixpkgs-1bf84200473ab95fe983b9b15731d693f205d1bf.tar
nixpkgs-1bf84200473ab95fe983b9b15731d693f205d1bf.tar.gz
nixpkgs-1bf84200473ab95fe983b9b15731d693f205d1bf.tar.bz2
nixpkgs-1bf84200473ab95fe983b9b15731d693f205d1bf.tar.lz
nixpkgs-1bf84200473ab95fe983b9b15731d693f205d1bf.tar.xz
nixpkgs-1bf84200473ab95fe983b9b15731d693f205d1bf.tar.zst
nixpkgs-1bf84200473ab95fe983b9b15731d693f205d1bf.zip
mopidy-iris: 3.17.5 -> 3.18.0
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
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.18.0 with grep in /nix/store/nldsjybf1v0fbjnbfgcknykr4q6fjq9c-Mopidy-Iris-3.18.0
- directory tree listing: https://gist.github.com/0ad20de473538813e443e421603c7997
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 cfd2a4173da..eb4dce81416 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.17.5";
+  version = "3.18.0";
 
   src = pythonPackages.fetchPypi {
     inherit pname version;
-    sha256 = "011bccvjy1rdrc43576hgfb7md404ziqmkam6na2z6v9km1b9gwr";
+    sha256 = "0j56pj7cqymdk22bjw33c9rz4n36k693gs3w6kg6y68as8l6qpvb";
   };
 
   propagatedBuildInputs = [