python312Packages.boto3-stubs: 1.36.18 -> 1.36.19

This commit is contained in:
R. Ryantm
2025-02-14 07:18:37 +00:00
parent fada727ee7
commit 750686e53c
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.36.18";
version = "1.36.19";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-DCTudrNZZbROqp6lsfGrpykwmKcknwKegsFcphoiF7w=";
hash = "sha256-ZE5mHF2tiCsxoGkdjVJ0yZ2415Ih0y6dfI0Hen+jiDQ=";
};
build-system = [ setuptools ];