python310Packages.botocore-stubs: 1.31.64 -> 1.31.78

This commit is contained in:
R. Ryantm 2023-11-04 08:21:01 +00:00
parent 36f5b2e42b
commit 474415f260

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.31.64";
version = "1.31.78";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-K1sbzvl1nNMgIyJ1PLrNk2s2rtAwFuUjh98y4aojMwo=";
hash = "sha256-zVUOuUqlDXGds8oAt5/7zEgOPe/tBx4SOiQ9+B3UVDA=";
};
nativeBuildInputs = [