python313Packages.boto3-stubs: 1.37.18 -> 1.37.19

This commit is contained in:
Fabian Affolter
2025-03-25 07:03:23 +01:00
parent 741b731cab
commit 49e9fb5d47
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.18";
version = "1.37.19";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-MOz436qEhGn1UnnkEkj/RrHs9eLuezspLj7DkzLi+Q4=";
hash = "sha256-lcZlsTdbZXgGf9w6eFS1jspxCyiCQL0c0smxlU4/X10=";
};
build-system = [ setuptools ];