about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-22 23:56:09 -0500
committerGitHub <noreply@github.com>2020-05-22 23:56:09 -0500
commit8d26da8b8b2e382dbf492b73d27420fff8b24716 (patch)
treec117f391ec8b65af310b14c6e26ef7064d4aa1de
parent254f00b8568494ffdde9199f87c7cb222e3a1f05 (diff)
parentdc46f52f9b3ed0b052b1bec446d51f868a39a84c (diff)
downloadnixlib-8d26da8b8b2e382dbf492b73d27420fff8b24716.tar
nixlib-8d26da8b8b2e382dbf492b73d27420fff8b24716.tar.gz
nixlib-8d26da8b8b2e382dbf492b73d27420fff8b24716.tar.bz2
nixlib-8d26da8b8b2e382dbf492b73d27420fff8b24716.tar.lz
nixlib-8d26da8b8b2e382dbf492b73d27420fff8b24716.tar.xz
nixlib-8d26da8b8b2e382dbf492b73d27420fff8b24716.tar.zst
nixlib-8d26da8b8b2e382dbf492b73d27420fff8b24716.zip
Merge pull request #88588 from r-ryantm/auto-update/Mopidy-Iris
mopidy-iris: 3.47.0 -> 3.49.0
-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 742c63b3d83a..5cc3a957d260 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.47.0";
+  version = "3.49.0";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "1lvq5qsnn2djwkgbadzr7rr6ik2xh8yyj0p3y3hck9pl96ms7lfv";
+    sha256 = "0zddm7286iwx437gjz47m4g28s8gdcxnm2hmly9w1dzi08aa4fas";
   };
 
   propagatedBuildInputs = [