python311Packages.botocore-stubs: 1.34.14 -> 1.34.15

This commit is contained in:
Fabian Affolter 2024-01-09 09:56:26 +01:00
parent f7a6fa2f64
commit ab0cacdea0

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.14";
version = "1.34.15";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-qdjbhps6WuB0NMM8l9o9rmrOc8ApSB0G3oweuBXWCzI=";
hash = "sha256-tCxap70AoR/ymcrCBRbbKQElSpsautUxvdyEACE9kc0=";
};
nativeBuildInputs = [