summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-16 16:52:51 +0200
committerGitHub <noreply@github.com>2021-08-16 16:52:51 +0200
commit497d49e4db9920af64759610dd81fc935cb53357 (patch)
tree27563595405f3452b07b74276628b76bc59f0582 /pkgs/applications/audio/mopidy
parentfa3bf682213eb4154c85c06100f5bada7a34e630 (diff)
parent81769efdee8863924dff924c4225b2acb0a6d910 (diff)
downloadnixpkgs-497d49e4db9920af64759610dd81fc935cb53357.tar
nixpkgs-497d49e4db9920af64759610dd81fc935cb53357.tar.gz
nixpkgs-497d49e4db9920af64759610dd81fc935cb53357.tar.bz2
nixpkgs-497d49e4db9920af64759610dd81fc935cb53357.tar.lz
nixpkgs-497d49e4db9920af64759610dd81fc935cb53357.tar.xz
nixpkgs-497d49e4db9920af64759610dd81fc935cb53357.tar.zst
nixpkgs-497d49e4db9920af64759610dd81fc935cb53357.zip
Merge pull request #134326 from rski/mopidy
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 c2171d4cecc..131b2c680b9 100644
--- a/pkgs/applications/audio/mopidy/iris.nix
+++ b/pkgs/applications/audio/mopidy/iris.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "Mopidy-Iris";
-  version = "3.54.0";
+  version = "3.58.0";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "0qnshn77dv7fl6smwnpnbq67mbc1vic9gf85skiqnqy8v8w5829f";
+    sha256 = "1bsmc4p7b6v4mm8fi9zsy0knzdccnz1dc6ckrdr18kw2ji0hiyx2";
   };
 
   propagatedBuildInputs = [