python313Packages.boto3-stubs: 1.37.21 -> 1.37.23

This commit is contained in:
Fabian Affolter
2025-03-29 09:53:16 +01:00
parent 75971ff886
commit f1accaa18b
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.21";
version = "1.37.23";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-/ei6EfgS2mxPQeOwjwCaVtt1gIcQYG+fbTWCk6plncA=";
hash = "sha256-AR8G2tzV7zxifsmAi5r6Thg3sPAJ2CuCCfEqhP+7OGc=";
};
build-system = [ setuptools ];