lol

python310Packages.cachetools: 5.0.0 -> 5.2.0

authored by

Fabian Affolter and committed by
Jonathan Ringer
af4aa2f2 2933cc95

+2 -2
+2 -2
pkgs/development/python-modules/cachetools/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "cachetools"; 10 - version = "5.0.0"; 10 + version = "5.2.0"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 16 16 owner = "tkem"; 17 17 repo = pname; 18 18 rev = "v${version}"; 19 - hash = "sha256-urTkls1S83m7Eo7chPaQc5gxz0omZBToNYa8upQEiOo="; 19 + hash = "sha256-DheHTD62f1ZxoiS0y0/CzDMHvKGmEiEUAX6oaqTpB78="; 20 20 }; 21 21 22 22 checkInputs = [