Unverified Commit 63d6a9b7 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #286001 from r-ryantm/auto-update/python312Packages.types-aiobotocore

python312Packages.types-aiobotocore: 2.11.1 -> 2.11.2
parents 7f2a4704 4ab51d69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -364,12 +364,12 @@

buildPythonPackage rec {
  pname = "types-aiobotocore";
  version = "2.11.1";
  version = "2.11.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-LsG7jHSIEk//iAiBD6SwL6JjlQSezBFGEzrxeYtPrkQ=";
    hash = "sha256-bnYg/u2BvG3/iBJ5xKQwiMG/n8vREpnOGHYaSlwlnRs=";
  };

  nativeBuildInputs = [