python310Packages.botocore-stubs: 1.34.7 -> 1.34.8

This commit is contained in:
R. Ryantm 2023-12-27 16:59:04 +00:00
parent 9a8519bdc8
commit 2876dfc13c

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.7";
version = "1.34.8";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-iPbp3F0ZeZ9KWBO/aTMezo8ze6zziLO5YV+lfAXtJDs=";
hash = "sha256-1smqKxGai3dv6ofisZbGSLdOGYw0DbXAb43De6LWKvc=";
};
nativeBuildInputs = [