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

python311Packages.botocore-stubs: 1.34.8 -> 1.34.11
This commit is contained in:
Fabian Affolter
2024-01-01 20:02:18 +01:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.8";
version = "1.34.11";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-1smqKxGai3dv6ofisZbGSLdOGYw0DbXAb43De6LWKvc=";
hash = "sha256-wLuHI8jm11bh4yFYTRGP3SGDtdHRnw6RC4ZYwBEPB6Y=";
};
nativeBuildInputs = [