about summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-04 18:54:09 -0800
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-06 23:51:52 +0000
commitfa81321c32d182a3a27ff7f8c33a00e698aa1bca (patch)
treef6605db1fd288e3199e8d4ef22ab1cfd80899366 /pkgs/applications/audio/mopidy
parent130c76b320ad6da80e20723daf3b8a5bff8e40a0 (diff)
downloadnixlib-fa81321c32d182a3a27ff7f8c33a00e698aa1bca.tar
nixlib-fa81321c32d182a3a27ff7f8c33a00e698aa1bca.tar.gz
nixlib-fa81321c32d182a3a27ff7f8c33a00e698aa1bca.tar.bz2
nixlib-fa81321c32d182a3a27ff7f8c33a00e698aa1bca.tar.lz
nixlib-fa81321c32d182a3a27ff7f8c33a00e698aa1bca.tar.xz
nixlib-fa81321c32d182a3a27ff7f8c33a00e698aa1bca.tar.zst
nixlib-fa81321c32d182a3a27ff7f8c33a00e698aa1bca.zip
mopidy-iris: 3.31.8 -> 3.32.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
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 dc129f945fdd..6e61e0377f80 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.31.8";
+  version = "3.32.1";
 
   src = pythonPackages.fetchPypi {
     inherit pname version;
-    sha256 = "16rrvby6rdiz53minfqsbgmymnc4agi2iwp0pf5ahsaxp1xq0cqy";
+    sha256 = "0cbb3v9gysi0800ls9vva7clilyg295jcvawyvf0czdmv4wxg3mq";
   };
 
   propagatedBuildInputs = [