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

python311Packages.boto3-stubs: 1.34.48 -> 1.34.49
This commit is contained in:
Fabian Affolter 2024-02-24 15:36:56 +01:00 committed by GitHub
commit f10b038703
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.48";
version = "1.34.49";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8MKDQUYTza7LtrJk70A9niRF5W3JTvsFGEtPXKqrQVg=";
hash = "sha256-l21X4VqWJUfeTnWo+2BRWYRpK3IQdDBbiK5Nelav4eU=";
};
nativeBuildInputs = [