diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-10 03:16:25 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:35 +0200 |
commit | 568867b62e1cd17d77c75e6d782235d106d9cec5 (patch) | |
tree | e0d1b4321a983df66ef8915a33f50253e0f46b80 /gnu/packages/python-web.scm | |
parent | db1d768acbaf952ec5b471cc242ce86a9f25369a (diff) |
gnu: python-docutils-0.15: Update to 0.16.
* gnu/packages/python-xyz.scm (python-docutils-0.15): Update to 0.16.
[native-inputs]: Replace python-setuptools-57 by python-setuptools.
* gnu/packages/python-web.scm (awscli)[inputs]: Update accordingly.
* gnu/packages/sphinx.scm (python-sphinx-panels)[propagated-inputs]:
Update accordingly.
Change-Id: I84360acf8d8213d0d49301e116f1a158bdb545e7
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 53ca40b580..e05ac25563 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5296,7 +5296,7 @@ opt.override_default_trust_store_from_path(None, os.getenv('SSL_CERT_FILE')) if (list groff-minimal python-botocore python-colorama - python-docutils-0.15 + python-docutils-0.16 python-pyyaml python-rsa python-s3transfer)) |