Skip to content

Commit

Permalink
python312Packages.mypy-boto3-builder: 7.26.0 -> 7.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 24, 2024
1 parent eb0e6df commit f301e18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "mypy-boto3-builder";
version = "7.26.0";
version = "7.26.1";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -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 ];
Expand Down

0 comments on commit f301e18

Please sign in to comment.