python310Packages.cachetools: 5.0.0 -> 5.2.0

This commit is contained in:
Fabian Affolter 2022-06-03 00:50:06 +02:00 committed by Jonathan Ringer
parent 2933cc953c
commit af4aa2f2e4
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "cachetools";
version = "5.0.0";
version = "5.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "tkem";
repo = pname;
rev = "v${version}";
hash = "sha256-urTkls1S83m7Eo7chPaQc5gxz0omZBToNYa8upQEiOo=";
hash = "sha256-DheHTD62f1ZxoiS0y0/CzDMHvKGmEiEUAX6oaqTpB78=";
};
checkInputs = [