python312Packages.botocore-stubs: 1.34.122 -> 1.34.124

This commit is contained in:
Fabian Affolter
2024-06-12 08:10:03 +02:00
parent 915f705c9a
commit 2f4a86fc9b
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.122";
version = "1.34.124";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-oX1MW1o8EOj6tm3Bf78qHbzJ2mC44J0jps+FHM7b+q8=";
hash = "sha256-naShit9yT/YXT0/TaEwb4bFhe8fdWPSsBPghiY1SuX8=";
};
nativeBuildInputs = [ poetry-core ];