python313Packages.boto3-stubs: 1.38.16 -> 1.38.18

This commit is contained in:
Fabian Affolter
2025-05-17 23:13:22 +02:00
parent 4d01a324ba
commit 97a3fc5489
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.16";
version = "1.38.18";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-dZrhWJtN5u/rT0ehuEtObj536bNbT0bpqDTEmpEbfwQ=";
hash = "sha256-4hn4/Xsx9tHaMWamBMazFWtGZq2OGwj+WCVu2UPzWpE=";
};
build-system = [ setuptools ];