python312Packages.boto3-stubs: 1.38.6 -> 1.38.7

This commit is contained in:
R. Ryantm
2025-05-01 22:30:27 +00:00
parent 72d7521374
commit 898331e6a5
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.6";
version = "1.38.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-NFnRID2lyjQAoWBrXaxTsQwxh3rBG7+VqCuFeE/zJ3E=";
hash = "sha256-/ah+DvDbraEXm2v1Y1Z930XW0BTF1oLStdsQEmPC60Q=";
};
build-system = [ setuptools ];