python312Packages.botocore-stubs: 1.34.87 -> 1.34.88

This commit is contained in:
Fabian Affolter 2024-04-20 10:39:13 +02:00
parent 5fdcda56d0
commit fd77096ca1
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.87";
version = "1.34.88";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-Dy67vF7mCc19wz/In6b4i+yLvir8+BSteoi+AOp3QdY=";
hash = "sha256-ZW6WbqFSpPKCiJKqepZzvJF5mZj1qO/Y6P45D2HC9PE=";
};
nativeBuildInputs = [