python311Packages.boto3-stubs: 1.34.14 -> 1.34.15

This commit is contained in:
Fabian Affolter 2024-01-09 09:56:05 +01:00
parent f7a6fa2f64
commit 7dd9a0febe

View file

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.14";
version = "1.34.15";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KSb5k/b6iTa3xN0VUsHrFhimZGV7XbWVsj63o4lmbV4=";
hash = "sha256-kzIc/TsvFh7Tuf30F25a7UpvWg0STLlmHMI4hDGA5uA=";
};
nativeBuildInputs = [