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

python311Packages.boto3-stubs: 1.34.53 -> 1.34.54
This commit is contained in:
Mario Rodas 2024-03-02 06:35:04 -05:00 committed by GitHub
commit 05a33a8198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.53";
version = "1.34.54";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/zGbNI+nsNbkD2hTeClyZvk5A4wG0E4JGKpazy5TLCw=";
hash = "sha256-x7LouZ9Ils8SJt9H1Lraqo33QmAIyWpCi/ACBWlWaek=";
};
nativeBuildInputs = [