···12121313buildPythonPackage rec {
1414 pname = "botocore";
1515- version = "1.20.22"; # N.B: if you change this, change boto3 and awscli to a matching version
1515+ version = "1.20.24"; # N.B: if you change this, change boto3 and awscli to a matching version
16161717 src = fetchPypi {
1818 inherit pname version;
1919- sha256 = "sha256-MuhvnRhVW9O03GlKJjmhwfyMi0KknaVDuVrJ0ExAdws=";
1919+ sha256 = "sha256-k5i82UkUQqpVmnwRG5YAS7Bq9hLlO6pxZbCmRrtDU00=";
2020 };
21212222 propagatedBuildInputs = [
+2-2
pkgs/tools/admin/awscli/default.nix
···2828in
2929with py.pkgs; buildPythonApplication rec {
3030 pname = "awscli";
3131- version = "1.19.22"; # N.B: if you change this, change botocore and boto3 to a matching version too
3131+ version = "1.19.24"; # N.B: if you change this, change botocore and boto3 to a matching version too
32323333 src = fetchPypi {
3434 inherit pname version;
3535- sha256 = "sha256-yu2IltNbOLB44M+0u5lTjHHllDndBHp4rNfMwFOKMgw=";
3535+ sha256 = "sha256-eB81VdFB09QuagANaZxQuOe8N0AnqgL4aIu5HDrYg2I=";
3636 };
37373838 # https://github.com/aws/aws-cli/issues/4837