python313Packages.boto3-stubs: 1.38.41 -> 1.38.42

This commit is contained in:
Fabian Affolter
2025-06-26 08:59:11 +02:00
parent b669897446
commit e277f61649
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.41";
version = "1.38.42";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-sUJHzEVbA+Or5uTD4uB0fOv7CjCvG54XCshyQpBc+pM=";
hash = "sha256-KO+iEKsfA5mvTvEP/287NDjA5REUUCkyAOM5INr1Rak=";
};
build-system = [ setuptools ];