python312Packages.aiohttp-client-cache: 0.11.0 -> 0.11.1

This commit is contained in:
Fabian Affolter
2024-09-14 22:10:27 +02:00
parent 4ab6676aab
commit 2d176f8e60
@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "aiohttp_client_cache";
version = "0.11.0";
version = "0.11.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-B2b/9O2gVJjHUlN0pYeBDcwsy3slaAnd5SroeQqEU+s=";
hash = "sha256-MuY60hAkD4Ik8+Encv5TrBAs8kx88Y3bhqy7n9+eS28=";
};
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [