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

python312Packages.mypy-boto3-builder: 7.26.0 -> 7.26.1
This commit is contained in:
Fabian Affolter 2024-08-26 11:05:45 +02:00 committed by GitHub
commit 10d8fcc767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "mypy-boto3-builder";
version = "7.26.0";
version = "7.26.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "youtype";
repo = "mypy_boto3_builder";
rev = "refs/tags/${version}";
hash = "sha256-gEIh5uHoInuGE1avR2giyq59pm/Avu5NYr3DttvqQp8=";
hash = "sha256-BuJ94E9GFGOD7gD5T1Sxchxye3REr2n3wzI0+jGMPuA=";
};
build-system = [ poetry-core ];