python313Packages.boto3-stubs: 1.38.39 -> 1.38.41

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