summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm7
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