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

python311Packages.boto3-stubs: 1.34.47 -> 1.34.48
This commit is contained in:
Nick Cao 2024-02-23 10:17:48 -05:00 committed by GitHub
commit ccfe1ac167
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.47";
version = "1.34.48";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-hMeQgnm/btHo/v+Jxo6gWkDPR6TLFp30AVWOu/pLdYs=";
hash = "sha256-8MKDQUYTza7LtrJk70A9niRF5W3JTvsFGEtPXKqrQVg=";
};
nativeBuildInputs = [