nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

awscli2: 2.27.61 -> 2.28.1

authored by

R. Ryantm and committed by
Anthony ROUSSEL
de74240d 4edcaa16

+8 -2
+8 -2
pkgs/by-name/aw/awscli2/package.nix
··· 65 65 in 66 66 py.pkgs.buildPythonApplication rec { 67 67 pname = "awscli2"; 68 - version = "2.27.61"; # N.B: if you change this, check if overrides are still up-to-date 68 + version = "2.28.1"; # N.B: if you change this, check if overrides are still up-to-date 69 69 pyproject = true; 70 70 71 71 src = fetchFromGitHub { 72 72 owner = "aws"; 73 73 repo = "aws-cli"; 74 74 tag = version; 75 - hash = "sha256-2lcPqNrGAHvPPVZIQaDbI54sQQ7OsOiMxUx6qg6WeNU="; 75 + hash = "sha256-TpyjYnLTBPU83g6/h+BrX4hd4dUbZUvDyJ6m/3v38+A="; 76 76 }; 77 77 78 78 postPatch = '' ··· 158 158 # Disable slow tests (only run unit tests) 159 159 "tests/backends" 160 160 "tests/functional" 161 + ]; 162 + 163 + disabledTests = [ 164 + # Requires networking (socket binding not possible in sandbox) 165 + "test_is_socket" 166 + "test_is_special_file_warning" 161 167 ]; 162 168 163 169 pythonImportsCheck = [