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

python312Packages.types-aiobotocore: 2.17.0 -> 2.19.0,...

python312Packages.types-aiobotocore: 2.17.0 -> 2.19.0, python312Packages.types-aiobotocore-: updates (#378625)
parents e728c2b5 834626b5
Loading
Loading
Loading
Loading
+682 −682

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.17.0";
  version = "2.19.0";
  pyproject = true;

  src = fetchPypi {
    pname = "types_aiobotocore";
    inherit version;
    hash = "sha256-wvDAWFochrlLQPUGfJTW69v/FK0rwlo9yym1eRXl7rA=";
    hash = "sha256-6WOAWT8fftyB+dl4bZbKaT2UG+APxlr3x1n5zyX8acc=";
  };

  build-system = [ setuptools ];