python311Packages.mypy-boto3-builder: 7.14.5 -> 7.14.6

Changelog: https://github.com/youtype/mypy_boto3_builder/releases/tag/7.14.6
This commit is contained in:
Fabian Affolter 2023-07-14 09:23:33 +02:00
parent 34601f69c9
commit f37df3163f

View File

@ -2,6 +2,7 @@
, black
, boto3
, buildPythonPackage
, cryptography
, fetchFromGitHub
, isort
, jinja2
@ -17,7 +18,7 @@
buildPythonPackage rec {
pname = "mypy-boto3-builder";
version = "7.14.5";
version = "7.14.6";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -26,7 +27,7 @@ buildPythonPackage rec {
owner = "youtype";
repo = "mypy_boto3_builder";
rev = "refs/tags/${version}";
hash = "sha256-T8BIfopprCfcOpv92soTD3S4eYoAdT70pSMSHlFbBuE=";
hash = "sha256-7GAF583sr8ackeqalcd3rZsrSqeknlTZ82jsP2XJL7I=";
};
nativeBuildInputs = [
@ -36,6 +37,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
black
boto3
cryptography
isort
jinja2
md-toc