python312Packages.botocore-stubs: 1.34.151 -> 1.34.152

This commit is contained in:
Fabian Affolter
2024-08-04 17:36:22 +02:00
committed by gador
parent 932879c6f0
commit 7e4b4da94f
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.151";
version = "1.34.152";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-Z18h7+8NjFM3AedEn3Zf0SC2J+gKjO1BuvxDw04CG+U=";
hash = "sha256-sPMsUUPHiukPDg3LXMYG8YM/ReswUSABCMMMBV77P+s=";
};
nativeBuildInputs = [ poetry-core ];