Merge pull request #288427 from r-ryantm/auto-update/python311Packages.aiohttp-client-cache

python311Packages.aiohttp-client-cache: 0.10.0 -> 0.11.0
This commit is contained in:
Weijia Wang 2024-03-07 17:36:31 +01:00 committed by GitHub
commit f550b00ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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