python312Packages.boto3-stubs: 1.37.37 -> 1.37.38

This commit is contained in:
R. Ryantm
2025-04-22 18:15:25 +00:00
parent 00a5791030
commit 1e08d9e6a0
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.37";
version = "1.37.38";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-5Ge3qmTJb3Embj09djzYJuNOQGPVEcDexDQdMHHTQow=";
hash = "sha256-14wt6I6fGmC+8Fz61bjtwFHxdivghlyDvr5xZEj1ZRA=";
};
build-system = [ setuptools ];