From 1ddbbe1b819c96e1880a3ac6b46fc96d98fdbbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 6 May 2025 03:59:22 -0700 Subject: [PATCH] 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 --- .../python-modules/aiohttp-client-cache/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/aiohttp-client-cache/default.nix b/pkgs/development/python-modules/aiohttp-client-cache/default.nix index e7e1812db0ff..23e833ac89ed 100644 --- a/pkgs/development/python-modules/aiohttp-client-cache/default.nix +++ b/pkgs/development/python-modules/aiohttp-client-cache/default.nix @@ -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 ];