Unverified Commit 12d89e29 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #272469 from fabaff/types-aiobotocore-update

python311Packages.types-aiobotocore: 2.7.0 -> 2.8.0, python311Packages.types-aiobotocore-*: 2.x.x -> 2.8.0
parents 01da2736 2e04ba65
Loading
Loading
Loading
Loading
+351 −351

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -364,12 +364,12 @@

buildPythonPackage rec {
  pname = "types-aiobotocore";
  version = "2.7.0";
  version = "2.8.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-JVtG3t6rkZ5nrttMlryqdcU35DSblNe3MfvlqLqHJp0=";
    hash = "sha256-s6F2fipCzJKd4jn2flSircKuDBn2OsEEi0nX8aSxbnY=";
  };

  nativeBuildInputs = [