Unverified Commit 171dfafe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.types-aiobotocore-*: 2.15.1 -> 2.16.1 (#369321)

parents f23b7584 aa441470
Loading
Loading
Loading
Loading
+686 −686

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -364,13 +364,13 @@

buildPythonPackage rec {
  pname = "types-aiobotocore";
  version = "2.15.2.post3";
  version = "2.16.1";
  pyproject = true;

  src = fetchPypi {
    pname = "types_aiobotocore";
    inherit version;
    hash = "sha256-Q/7wqPWvo4nwJVh0va051T8EbjeyMKWVRIBbADIyBjs=";
    hash = "sha256-kkIarU7r0801mpT3HvE2I93Rmxh7QsvEMHNFldxLajM=";
  };

  build-system = [ setuptools ];