python3Packages.botocore: 1.29.38 -> 1.29.40

This commit is contained in:
Martin Weinelt 2022-12-30 20:12:59 +01:00
parent 1ac65c004e
commit 664abe1d30

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.29.38"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.29.40"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
hash = "sha256-K5jH2oZozcAitNila1BoZFTQoQwRUYcC/eQYgdIGGLY=";
hash = "sha256-5YKsBykBjaQVsLXeFOox/9CtBIOp/bgUeQJSbQY0f7c=";
};
propagatedBuildInputs = [