python312Packages.botocore-stubs: 1.34.120 -> 1.34.121

This commit is contained in:
Fabian Affolter
2024-06-07 08:44:00 +02:00
parent 9693ba8dc8
commit 891a44e68a
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.120";
version = "1.34.121";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-oeSSAAEsb7/0eyK6cURO+fQ1P+ErEa8bBjCHsIEe508=";
hash = "sha256-8OvFc9QA/HxK1thXU+N9pi8oZenlTH01KAtifZuoS94=";
};
nativeBuildInputs = [ poetry-core ];