Merge pull request #310380 from r-ryantm/auto-update/awscli
awscli: 1.32.58 -> 1.32.101
This commit is contained in:
commit
6e75de71cd
@ -10,12 +10,12 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "awscli";
|
||||
version = "1.32.58"; # N.B: if you change this, change botocore and boto3 to a matching version too
|
||||
version = "1.32.101"; # N.B: if you change this, change botocore and boto3 to a matching version too
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-dffY/BKsQ7vztW2sGn+WaZB0fXnqwwVjA4nkVwRZ1js=";
|
||||
hash = "sha256-M4KzuQ+srPfk85P5QeQfVMorSKWhmNhdX4AY0AeRDTQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user