mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
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:
commit
f550b00ab5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user