python: backports.functools_lru_cache: 1.3 -> 1.4

This commit is contained in:
Frederik Rietdijk 2017-12-30 13:37:09 +01:00
parent 5be749f4e0
commit ba07bcd774

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "backports.functools_lru_cache";
version = "1.3";
version = "1.4";
src = fetchPypi {
inherit pname version;
sha256 = "444a21bcec4ae177da554321f81a78dc879eaa8f6ea9920cb904830585d31e95";
sha256 = "31f235852f88edc1558d428d890663c49eb4514ffec9f3650e7f3c9e4a12e36f";
};
buildInputs = [ setuptools_scm ];