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

python311Packages.boto3-stubs: 1.34.54 -> 1.34.55
This commit is contained in:
Fabian Affolter
2024-03-05 11:01:01 +01:00
committed by GitHub
@@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.54";
version = "1.34.55";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-x7LouZ9Ils8SJt9H1Lraqo33QmAIyWpCi/ACBWlWaek=";
hash = "sha256-y7rhuBG5fk4fHQDrojf/mHZ45lJQIia4fmJ295Y5NbQ=";
};
nativeBuildInputs = [