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

python312Packages.types-aiobotocore-*: 2.13.1 -> 2.15.0 (#333891)

parents cc9007b6 0dffe410
Loading
Loading
Loading
Loading
+863 −712

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.13.1";
  version = "2.15.0";
  pyproject = true;

  src = fetchPypi {
    pname = "types_aiobotocore";
    inherit version;
    hash = "sha256-iJCVMd8HK22CsAbOg3c4hlnatiyMNFw97V8XtjWJwPQ=";
    hash = "sha256-65wheAyrOIe6rwrjygLF/gq3uYj0qaXEPnr/L4lNfKc=";
  };

  build-system = [ setuptools ];