Merge pull request #310380 from r-ryantm/auto-update/awscli

awscli: 1.32.58 -> 1.32.101
This commit is contained in:
Marcus Ramberg 2024-05-10 17:21:16 +02:00 committed by GitHub
commit 6e75de71cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,12 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "awscli"; 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; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-dffY/BKsQ7vztW2sGn+WaZB0fXnqwwVjA4nkVwRZ1js="; hash = "sha256-M4KzuQ+srPfk85P5QeQfVMorSKWhmNhdX4AY0AeRDTQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [