about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2017-09-13 00:54:52 +0100
committerRodney Lorrimar <dev@rodney.id.au>2017-09-16 09:23:15 +0100
commit31037bab49848e3e8d9fe9ab9e1d716f18fbdcf3 (patch)
treef4b55d68ed93229ed5e238ebd77e4cf257316b3c /pkgs/applications/audio
parent151d0fde1979216caf21d5e96131ca6fd4f663e8 (diff)
pythonPackages.cachetools: Add version 2.0.1
Textacy requires a later version.

v2.0.0 introduced breaking changes, so keep two versions for other
packages.
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/mopidy-gmusic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mopidy-gmusic/default.nix b/pkgs/applications/audio/mopidy-gmusic/default.nix
index ab2a23b1994ce..b792ec3428e74 100644
--- a/pkgs/applications/audio/mopidy-gmusic/default.nix
+++ b/pkgs/applications/audio/mopidy-gmusic/default.nix
@@ -13,7 +13,7 @@ pythonPackages.buildPythonApplication rec {
     mopidy
     pythonPackages.requests
     pythonPackages.gmusicapi
-    pythonPackages.cachetools
+    pythonPackages.cachetools_1
   ];
 
   doCheck = false;