python311Packages.botocore-stubs: 1.34.45 -> 1.34.46

This commit is contained in:
Fabian Affolter 2024-02-21 01:26:39 +01:00
parent 0f84fa5db6
commit ee6c1685e1

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.45";
version = "1.34.46";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-hw7MQfRVnatZKw49XVKVDiw1IRz7vt9bBcucp2D7KRs=";
hash = "sha256-4b+wyj6vsQHP/4ELBPuPelp9MvkANXgyczsNbJ1YgOk=";
};
nativeBuildInputs = [