about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKevin Rauscher <kevin.rauscher@tomahna.fr>2020-02-24 13:58:15 +0100
committerKevin Rauscher <kevin.rauscher@tomahna.fr>2020-02-24 13:59:32 +0100
commit40b2619fef4d03b49685ab73e14ff75b55fe8706 (patch)
treefc7fc123f01ee2b4402c958f8e907abb16018458
parent0507717aae26fc5b8a7ac24b926e985e9fb55cd0 (diff)
downloadnixlib-40b2619fef4d03b49685ab73e14ff75b55fe8706.tar
nixlib-40b2619fef4d03b49685ab73e14ff75b55fe8706.tar.gz
nixlib-40b2619fef4d03b49685ab73e14ff75b55fe8706.tar.bz2
nixlib-40b2619fef4d03b49685ab73e14ff75b55fe8706.tar.lz
nixlib-40b2619fef4d03b49685ab73e14ff75b55fe8706.tar.xz
nixlib-40b2619fef4d03b49685ab73e14ff75b55fe8706.tar.zst
nixlib-40b2619fef4d03b49685ab73e14ff75b55fe8706.zip
mopidy-iris: 3.44.0 -> 3.45.1
-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 6d9147a7f5d9..2f3e5f64767d 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.44.0";
+  version = "3.45.1";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "0gap0cyw6sfb4487i1x220rr9fbsz6xyw68l15ar0vfll0zv0760";
+    sha256 = "02jmylz76wlwxlv8drndprb7r9l8kqqgjkp17mjx5ngnl545pc2w";
   };
 
   propagatedBuildInputs = [