python313Packages.boto3-stubs: 1.38.36 -> 1.38.38

This commit is contained in:
Fabian Affolter
2025-06-18 00:41:19 +02:00
parent 7d2e6594a1
commit de46008bec
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.36";
version = "1.38.38";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-jekWuUM+kiTzvUp57UHlCNxTK/7n2zS/03UpAbzX5p8=";
hash = "sha256-RXIGUBA5HFs/9REp0Kx29As1ta5vVYW8sdBFQ0Hpfxk=";
};
build-system = [ setuptools ];