Commit c0938ed3 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.types-aiobotocore: 2.25.1 -> 2.25.2

parent 1dcdb7dc
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 ];