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

python311Packages.boto3-stubs: 1.34.59 -> 1.34.60
This commit is contained in:
Fabian Affolter
2024-03-12 07:33:48 +01:00
committed by GitHub
@@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.59";
version = "1.34.60";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Yb6i+oGvd1TBCG4WHkuDm7+MCOSKr27i/2rN2OtuFuU=";
hash = "sha256-3Z9BKRukJZBGLnXxfHhi44Y5ZSOoMSpBQJXyVIm8zl4=";
};
nativeBuildInputs = [