summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-16 21:39:06 -0500
committerGitHub <noreply@github.com>2020-12-16 21:39:06 -0500
commit2d698bbe25ed467f96357974cbe8b2dad9605a58 (patch)
tree6e35ac77d10619ca411047a4aa540b194be47822 /pkgs
parent4a39600915984d51a0e66f185f5a29fdf0e7acac (diff)
parentfa685262d08300efa210b13417d95c1f0206d9b3 (diff)
Merge pull request #107043 from ruuda/mopidy-local-320
mopidy-local: 3.1.1 -> 3.2.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/mopidy/local.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mopidy/local.nix b/pkgs/applications/audio/mopidy/local.nix
index 43554280565e..6cbb8424d35d 100644
--- a/pkgs/applications/audio/mopidy/local.nix
+++ b/pkgs/applications/audio/mopidy/local.nix
@@ -5,11 +5,11 @@
python3Packages.buildPythonApplication rec {
pname = "Mopidy-Local";
- version = "3.1.1";
+ version = "3.2.0";
src = python3Packages.fetchPypi {
inherit pname version;
- sha256 = "13m0iz14lyplnpm96gfpisqvv4n89ls30kmkg21z7v238lm0h19j";
+ sha256 = "14f78sb3wkg83dg3xcqlq77dh059zzcwry5l9ilyhnmvmyrkhqx0";
};
propagatedBuildInputs = [