Unverified Commit 6e75de71 authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

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

awscli: 1.32.58 -> 1.32.101
parents 175f1691 037bdeef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [