Merge pull request #310763 from fabaff/boto3-stubs-bump

python312Packages.boto3-stubs: 1.34.101 -> 1.34.103
This commit is contained in:
Fabian Affolter
2024-05-11 19:42:52 +02:00
committed by GitHub
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.101";
version = "1.34.103";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-GexON+k1FlMZID3tULcKLLxrVUscVMzS9fZNgD+rB4U=";
hash = "sha256-MxMTEnOQKpgEYyL4wZkl7NUykk66ZOm/wFKNBGrrbYw=";
};
build-system = [ setuptools ];