python312Packages.botocore-stubs: 1.34.157 -> 1.34.158

This commit is contained in:
Fabian Affolter 2024-08-10 08:49:24 +02:00
parent 599a589aa2
commit 444b747d07

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.157";
version = "1.34.158";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-uKG3fQlui+6Jxj+HGcc8vSdOAn5WaaqHNQOrnw2AQ+U=";
hash = "sha256-XeDJ5uZ4cLEyBmTcUL9T2/beUiksuW2PCBNYkU8KAQ4=";
};
nativeBuildInputs = [ poetry-core ];