python313Packages.aiohttp-client-cache: 0.12.4 -> 0.13.0

Changelog: https://github.com/requests-cache/aiohttp-client-cache/blob/v0.13.0/HISTORY.md
This commit is contained in:
Robert Schütz
2025-05-06 03:59:54 -07:00
parent c46b6e9af1
commit 1ddbbe1b81
@@ -14,22 +14,19 @@
poetry-core,
pytest-aiohttp,
pytestCheckHook,
pythonOlder,
redis,
url-normalize,
}:
buildPythonPackage rec {
pname = "aiohttp-client-cache";
version = "0.12.4";
version = "0.13.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "aiohttp_client_cache";
inherit version;
hash = "sha256-5g/oFhNrWx1m87trJyq4HZeFTqHk2bVwhaNgQmln0mU=";
hash = "sha256-3FzWI0CtvuGOD+3HsMN1Qmkt8I+O2ZRddRtykqBDOFM=";
};
build-system = [ poetry-core ];