python311Packages.boto3-stubs: 1.34.48 -> 1.34.49

This commit is contained in:
Fabian Affolter
2024-02-24 12:07:50 +01:00
parent 85a7517e19
commit 1ce0f9b3fe
@@ -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 = [