python310Packages.cachetools: 5.2.0 -> 5.2.1

Diff: https://github.com/tkem/cachetools/compare/refs/tags/v5.2.0...v5.2.1

Changelog: https://github.com/tkem/cachetools/blob/v5.2.1/CHANGELOG.rst
This commit is contained in:
Fabian Affolter
2023-01-10 13:13:50 +01:00
parent b96c01108f
commit 0060e4da37
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "cachetools";
version = "5.2.0";
version = "5.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "tkem";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-DheHTD62f1ZxoiS0y0/CzDMHvKGmEiEUAX6oaqTpB78=";
hash = "sha256-1B/vAfGroGABijMWuiKmIkMyjNSp2B3VkH7s1NMlbw0=";
};
checkInputs = [