python2Packages.cachetools: restore 3.1.1 for python2

This commit is contained in:
Frederik Rietdijk
2020-01-05 15:40:23 +01:00
parent dc911b165b
commit 444a6b8d9e
2 changed files with 11 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
buildPythonPackage rec {
pname = "cachetools";
version = "4.0.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;