Unverified Commit a0f5baee authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.types-aiobotocore: 2.25.1 -> 2.25.2 (#462774)

parents 1c428e0e c0938ed3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -364,13 +364,13 @@

buildPythonPackage rec {
  pname = "types-aiobotocore";
  version = "2.25.1";
  version = "2.25.2";
  pyproject = true;

  src = fetchPypi {
    pname = "types_aiobotocore";
    inherit version;
    hash = "sha256-Ez09uRNW5T5LIs33RaOS2MBSc4MnPwTUxr0LCkQyDMo=";
    hash = "sha256-ayRYrBwJmd4LpKHc+/O8DVx8ouoMcvZzKr5n0I6/AkA=";
  };

  build-system = [ setuptools ];