3
0
Fork 0
forked from mirrors/nixpkgs

python: backports.functools_lru_cache: 1.4 -> 1.5

This commit is contained in:
Frederik Rietdijk 2018-02-17 14:18:22 +01:00
parent 95734af87b
commit 5d53dc25e0

View file

@ -7,11 +7,11 @@
if !(pythonOlder "3.3") then null else buildPythonPackage rec {
pname = "backports.functools_lru_cache";
version = "1.4";
version = "1.5";
src = fetchPypi {
inherit pname version;
sha256 = "31f235852f88edc1558d428d890663c49eb4514ffec9f3650e7f3c9e4a12e36f";
sha256 = "9d98697f088eb1b0fa451391f91afb5e3ebde16bbdb272819fd091151fda4f1a";
};
buildInputs = [ setuptools_scm ];