python3Packages.cachetools: 7.1.4 -> 7.1.7

Diff: https://github.com/tkem/cachetools/compare/v7.1.4...v7.1.7

Changelog: https://github.com/tkem/cachetools/blob/v7.1.7/CHANGELOG.rst
This commit is contained in:
Fabian Affolter
2026-08-19 20:56:05 +02:00
parent 570eb566b4
commit 0a4e563665

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "cachetools";
version = "7.1.4";
version = "7.1.7";
pyproject = true;
src = fetchFromGitHub {
owner = "tkem";
repo = "cachetools";
tag = "v${version}";
hash = "sha256-zgIUNzDVQMBjaaEitD3ACVd8ZXCeXu3MBTEapzH5sSY=";
hash = "sha256-RDZs6It9QkkzZnrXoH3s67TIVfkLsEodAfqqykv4cOc=";
};
build-system = [