diff options
| author | Sindre Kjær <code@sindrekjr.dev> | 2026-08-12 08:18:26 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-13 00:43:37 +0100 |
| commit | f5e872e1e2356a1ad7f2cb1dc1a70fbe577a5909 (patch) | |
| tree | 28d2707d86ca63fbe26261171af2467f6fcbba9e /gnu/packages/python-web.scm | |
| parent | 8cc8930bf2afbcda35ace1a4d1cdfaed45072e5d (diff) | |
gnu: awscli-2: Update to 2.36.20.
* gnu/packages/python-web.scm (awscli-2): Update to 2.36.20.
[propagated-inputs]: Add python-wcwidth.
Merges: guix/guix!9723
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index c96bd04ca8b..39e2074519f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -8223,7 +8223,7 @@ Services (AWS) API.") | |||
| 8223 | (name "awscli") | 8223 | (name "awscli") |
| 8224 | ;; Upstream practices a very rapid (1h-1d) release cycles try to select | 8224 | ;; Upstream practices a very rapid (1h-1d) release cycles try to select |
| 8225 | ;; any fresh one compatible with current state of dependencies in Guix. | 8225 | ;; any fresh one compatible with current state of dependencies in Guix. |
| 8226 | (version "2.28.0") | 8226 | (version "2.36.20") |
| 8227 | (source | 8227 | (source |
| 8228 | (origin | 8228 | (origin |
| 8229 | (method git-fetch) | 8229 | (method git-fetch) |
| @@ -8233,7 +8233,7 @@ Services (AWS) API.") | |||
| 8233 | (file-name (git-file-name name version)) | 8233 | (file-name (git-file-name name version)) |
| 8234 | (sha256 | 8234 | (sha256 |
| 8235 | (base32 | 8235 | (base32 |
| 8236 | "1a1jzvdm434x46yh7ir11lw0nzc64ns4qvxhp5wfra3rh5ykf36j")))) | 8236 | "1hv2zs5pm86b5bd66j2kfb9r8gz13cqnf8x5hmfv0ddszf9vnfgp")))) |
| 8237 | (build-system pyproject-build-system) | 8237 | (build-system pyproject-build-system) |
| 8238 | (arguments | 8238 | (arguments |
| 8239 | (list | 8239 | (list |
| @@ -8286,7 +8286,8 @@ Services (AWS) API.") | |||
| 8286 | python-prompt-toolkit | 8286 | python-prompt-toolkit |
| 8287 | python-ruamel.yaml | 8287 | python-ruamel.yaml |
| 8288 | python-ruamel.yaml.clib | 8288 | python-ruamel.yaml.clib |
| 8289 | python-urllib3)) | 8289 | python-urllib3 |
| 8290 | python-wcwidth)) | ||
| 8290 | (native-inputs | 8291 | (native-inputs |
| 8291 | (list python-flit-core | 8292 | (list python-flit-core |
| 8292 | python-pytest | 8293 | python-pytest |
