awscli: 1.32.58 -> 1.32.101

This commit is contained in:
R. Ryantm
2024-05-09 16:47:00 +00:00
parent 0c9055e823
commit 037bdeef3a
+2 -2
View File
@@ -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 = [