summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-27 08:05:04 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-27 17:05:04 +0200
commit03b1e67957e72ae1679b0600a19a0ef9f07f8544 (patch)
tree1b618672d053b8dc568be4f05923f7a1045d9f62 /pkgs/applications/audio
parent8575fd554c0334f1a165b1999899400a1405b806 (diff)
downloadnixlib-03b1e67957e72ae1679b0600a19a0ef9f07f8544.tar
nixlib-03b1e67957e72ae1679b0600a19a0ef9f07f8544.tar.gz
nixlib-03b1e67957e72ae1679b0600a19a0ef9f07f8544.tar.bz2
nixlib-03b1e67957e72ae1679b0600a19a0ef9f07f8544.tar.lz
nixlib-03b1e67957e72ae1679b0600a19a0ef9f07f8544.tar.xz
nixlib-03b1e67957e72ae1679b0600a19a0ef9f07f8544.tar.zst
nixlib-03b1e67957e72ae1679b0600a19a0ef9f07f8544.zip
mopidy-iris: 3.21.1 -> 3.21.3 (#42474)
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

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.21.3 with grep in /nix/store/qb6067h8y8p8y7kqkmdk308a494milyw-Mopidy-Iris-3.21.3
- directory tree listing: https://gist.github.com/e0c3564e49b2cec4b30d98ec42723bff
- du listing: https://gist.github.com/a127f023f22f9a2abd69c2dd0ff0c71b
Diffstat (limited to 'pkgs/applications/audio')
-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 220ec80834ab..a2d35f382b98 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.21.1";
+  version = "3.21.3";
 
   src = pythonPackages.fetchPypi {
     inherit pname version;
-    sha256 = "10d97rkqk5qbrninrahn0gr90yd47ivw2zafb24sp7a2g0mm07md";
+    sha256 = "0gp51zz5qr93w0h14m1blmjnlgmilyb15lw2m75varslw1ar7vlg";
   };
 
   propagatedBuildInputs = [