python313Packages.boto3-stubs: 1.38.18 -> 1.38.19

This commit is contained in:
Fabian Affolter
2025-05-20 01:16:37 +02:00
parent f62f871c5c
commit 38c7d40c7e
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.18";
version = "1.38.19";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-4hn4/Xsx9tHaMWamBMazFWtGZq2OGwj+WCVu2UPzWpE=";
hash = "sha256-Vm1Q7HAQXwb4YEHQP9SvaiQyL0Bj7NL2rIm5szgDjRQ=";
};
build-system = [ setuptools ];