python313Packages.boto3-stubs: 1.38.1 -> 1.38.3

This commit is contained in:
Fabian Affolter
2025-04-26 08:27:46 +02:00
parent aea95dc69c
commit 4f0b5fbdbc
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.1";
version = "1.38.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-JbA/29oojBV2++AC7PQAiOn11s3wUY3oqEp0Z6qJgJI=";
hash = "sha256-5AZibeja9TeYRng1WtDjLYOIZcTqPSIyaJZNTm+0RTQ=";
};
build-system = [ setuptools ];