python311Packages.aiohttp-client-cache: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm
2024-02-13 00:57:13 +00:00
parent ed8b568db3
commit 85ccc0ee99
@@ -2,11 +2,11 @@
python3.pkgs.buildPythonPackage rec {
pname = "aiohttp_client_cache";
version = "0.10.0";
version = "0.11.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-FXU4QNqa8B8ZADmoEyJfd8gsUDI0HEjIR9B2CBP55wU=";
sha256 = "sha256-B2b/9O2gVJjHUlN0pYeBDcwsy3slaAnd5SroeQqEU+s=";
};
nativeBuildInputs = with python3.pkgs; [
poetry-core