python311Packages.boto3-stubs: 1.34.49 -> 1.34.50

This commit is contained in:
R. Ryantm 2024-02-27 11:23:32 +00:00
parent c8208f98ab
commit 7d4da47514

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.49";
version = "1.34.50";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-l21X4VqWJUfeTnWo+2BRWYRpK3IQdDBbiK5Nelav4eU=";
hash = "sha256-7WKO7Bq5oyTBN60pJAi474gvFyShWk6ESqfusljIyzM=";
};
nativeBuildInputs = [