python310Packages.botocore-stubs: 1.33.8 -> 1.34.2

This commit is contained in:
R. Ryantm 2023-12-18 13:01:25 +00:00
parent 886c9aee6c
commit 1776cc26a2

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.33.8";
version = "1.34.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-A1b/D8kY2N74vfx4UjeR60zlXCVcHr5JuhBeFoyBfc0=";
hash = "sha256-+2DKdWGyqdHdq9xe65YRKy+Xjd+mopS74x0r/1pOZYo=";
};
nativeBuildInputs = [