From 766e12d19fc78de0d314c5bc69a23629f8b8a52c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 5 Oct 2025 02:30:49 +0000 Subject: [PATCH] python3Packages.aiohttp-client-cache: 0.14.0 -> 0.14.1 --- .../python-modules/aiohttp-client-cache/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiohttp-client-cache/default.nix b/pkgs/development/python-modules/aiohttp-client-cache/default.nix index 62770c1fbebe..7356919847e0 100644 --- a/pkgs/development/python-modules/aiohttp-client-cache/default.nix +++ b/pkgs/development/python-modules/aiohttp-client-cache/default.nix @@ -21,13 +21,13 @@ buildPythonPackage rec { pname = "aiohttp-client-cache"; - version = "0.14.0"; + version = "0.14.1"; pyproject = true; src = fetchPypi { pname = "aiohttp_client_cache"; inherit version; - hash = "sha256-onEcLEhhTLljQ57No49shj5Jv6bqF1t9/7z1yCRfzxk="; + hash = "sha256-r1VW9xmBSsoC22OEJxBpzsame+Maa32UN+CmqZgKSU8="; }; build-system = [ poetry-core ];