Commit 8297f360 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.types-aiobotocore: 2.25.0 -> 2.25.1

parent 354081b8
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 ];