mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: awscli, python-botocore: Add comment about compatibility.
* gnu/packages/python-web.scm (awscli): Mention that it must be updated together with ... * gnu/packages/python-xyz.scm (python-botocore): ... this package, and add similar comment about awscli.
This commit is contained in:
parent
c68dc3fba7
commit
8343ae2b91
2 changed files with 3 additions and 0 deletions
|
@ -2288,6 +2288,7 @@ supports url redirection and retries, and also gzip and deflate decoding.")
|
|||
|
||||
(define-public awscli
|
||||
(package
|
||||
;; Note: updating awscli typically requires updating botocore as well.
|
||||
(name "awscli")
|
||||
(version "1.18.6")
|
||||
(source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue