Merge pull request #294680 from fabaff/botocore-stubs-bump

python311Packages.botocore-stubs: 1.34.58 -> 1.34.59
This commit is contained in:
Fabian Affolter 2024-03-10 11:20:52 +01:00 committed by GitHub
commit 00e924257a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.58";
version = "1.34.59";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-f4IO03oREJdEqMSuufAiTHEUtaqry9RvxsT2Cvafqj4=";
hash = "sha256-uUbRzDRMafLopqi7EgZQ5Iwf0yEvdvWGurKw+K/qynU=";
};
nativeBuildInputs = [