Skip to content

Commit 32d811e

Browse files
awscli2: 2.25.5 -> 2.26.4 (NixOS#399760)
2 parents 21454c5 + 8eba66d commit 32d811e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pkgs/by-name/aw/awscli2/package.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,25 @@ let
6464
in
6565
py.pkgs.buildPythonApplication rec {
6666
pname = "awscli2";
67-
version = "2.25.5"; # N.B: if you change this, check if overrides are still up-to-date
67+
version = "2.26.4"; # N.B: if you change this, check if overrides are still up-to-date
6868
pyproject = true;
6969

7070
src = fetchFromGitHub {
7171
owner = "aws";
7272
repo = "aws-cli";
7373
tag = version;
74-
hash = "sha256-l2X7QhhrX0MzdB4WpuqaDcJdRK7G/vfig+F3F1tHM5Y=";
74+
hash = "sha256-QpN4VdRUzWlb0bN8pTbvfZMbCvYwqKJgpPh5UdykzFg=";
7575
};
7676

7777
postPatch = ''
7878
substituteInPlace pyproject.toml \
7979
--replace-fail 'flit_core>=3.7.1,<3.9.1' 'flit_core>=3.7.1' \
80-
--replace-fail 'awscrt==0.23.8' 'awscrt>=0.23.6' \
80+
--replace-fail 'awscrt==0.25.4' 'awscrt>=0.25.4' \
8181
--replace-fail 'cryptography>=40.0.0,<43.0.2' 'cryptography>=43.0.0' \
8282
--replace-fail 'distro>=1.5.0,<1.9.0' 'distro>=1.5.0' \
8383
--replace-fail 'docutils>=0.10,<0.20' 'docutils>=0.10' \
8484
--replace-fail 'prompt-toolkit>=3.0.24,<3.0.39' 'prompt-toolkit>=3.0.24' \
85-
--replace-fail 'ruamel.yaml.clib>=0.2.0,<=0.2.8' 'ruamel.yaml.clib>=0.2.0' \
86-
--replace-fail 'zipp<3.21.0' 'zipp>=3.21.0'
85+
--replace-fail 'ruamel.yaml.clib>=0.2.0,<=0.2.12' 'ruamel.yaml.clib>=0.2.0' \
8786
8887
substituteInPlace requirements-base.txt \
8988
--replace-fail "wheel==0.43.0" "wheel>=0.43.0"

0 commit comments

Comments
 (0)