python313Packages.cachetools: 5.5.0 -> 5.5.2

https://github.com/tkem/cachetools/blob/v5.5.2/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2025-03-03 08:16:20 +01:00
parent 1ea433e847
commit 937557eedc

View File

@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "cachetools";
version = "5.5.0";
version = "5.5.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "tkem";
repo = "cachetools";
tag = "v${version}";
hash = "sha256-WG9PiUMVGaEXXHKbtOFEGjLiSbNnpSI2fXCogpGj1PI=";
hash = "sha256-CWgl2UW7+rBXRQ6N/QY3vJiLsrPfmplmQbxPp2vcdU0=";
};
build-system = [ setuptools ];