about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorjoachimschmidt557 <joachim.schmidt557@outlook.com>2022-09-11 19:26:51 +0200
committerjoachimschmidt557 <joachim.schmidt557@outlook.com>2022-09-11 19:26:51 +0200
commit8926897c2bde06bf76feaacbb9f9e77af581b865 (patch)
tree97c5a1c6702b96d2fefa7439b523f05fa6e96469 /pkgs/applications/audio
parentfac093570e5769f8556275d3a0ceb896efa4b64c (diff)
downloadnixlib-8926897c2bde06bf76feaacbb9f9e77af581b865.tar
nixlib-8926897c2bde06bf76feaacbb9f9e77af581b865.tar.gz
nixlib-8926897c2bde06bf76feaacbb9f9e77af581b865.tar.bz2
nixlib-8926897c2bde06bf76feaacbb9f9e77af581b865.tar.lz
nixlib-8926897c2bde06bf76feaacbb9f9e77af581b865.tar.xz
nixlib-8926897c2bde06bf76feaacbb9f9e77af581b865.tar.zst
nixlib-8926897c2bde06bf76feaacbb9f9e77af581b865.zip
mopidy-iris: 3.60.0 -> 3.64.0
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 5b2cbe031c67..c22508e437ea 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.60.0";
+  version = "3.64.0";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "18w6qqmxzn8psiacybryxailm826f3j1wgiv0c03fbdsy6kr5f7l";
+    sha256 = "062x73glhn1x4wgc7zmb9y3cq15d5grgqf5drdpbp6p3cgk4s2vc";
   };
 
   propagatedBuildInputs = [