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

python3Packages.types-aiobotocore: 2.25.0 -> 2.25.1 (#458539)

parents 75b20807 8297f360
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.0";
  version = "2.25.1";
  pyproject = true;

  src = fetchPypi {
    pname = "types_aiobotocore";
    inherit version;
    hash = "sha256-fl6WVok11SVQlbX4qu3AwbJldwomCiq27X1Mfqf+gig=";
    hash = "sha256-Ez09uRNW5T5LIs33RaOS2MBSc4MnPwTUxr0LCkQyDMo=";
  };

  build-system = [ setuptools ];