Unverified Commit 53938e1c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #333705 from r-ryantm/auto-update/python312Packages.mypy-boto3-builder

python312Packages.mypy-boto3-builder: 7.25.0 -> 7.25.3
parents d237e22e 2481532a
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "mypy-boto3-builder";
  version = "7.25.0";
  version = "7.25.3";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -30,12 +30,12 @@ buildPythonPackage rec {
    owner = "youtype";
    repo = "mypy_boto3_builder";
    rev = "refs/tags/${version}";
    hash = "sha256-uLatx9/nLIoB+CY/QrddBxaaa4TeAzVNu/Nl9wWUTz4=";
    hash = "sha256-DHGeljGY8NRndlcDqvK1Noud90wUQrkaS54489b/6RQ=";
  };

  nativeBuildInputs = [ poetry-core ];
  build-system = [ poetry-core ];

  propagatedBuildInputs = [
  dependencies = [
    black
    boto3
    cryptography
@@ -61,10 +61,10 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Type annotations builder for boto3";
    mainProgram = "mypy_boto3_builder";
    homepage = "https://github.com/youtype/mypy_boto3_builder";
    changelog = "https://github.com/youtype/mypy_boto3_builder/releases/tag/${version}";
    license = with licenses; [ bsd3 ];
    maintainers = with maintainers; [ fab ];
    mainProgram = "mypy_boto3_builder";
  };
}