diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-28 16:47:40 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:02 +0100 |
| commit | 98edb2997b8fd12c00a72c7185311e5e53c17460 (patch) | |
| tree | 8b9858048cbd4bc99e8521b0a49a2d61baf503a0 /gnu/packages/python-xyz.scm | |
| parent | df408c5c90f325a74d991fe4bec319165a1414cc (diff) | |
gnu: python-readme-renderer: Update to 44.0.
* gnu/packages/python-xyz.scm (python-readme-renderer): Update to 44.0.
[propagated-inputs]: Remove python-bleach; add python-nh3.
Change-Id: Iaa41563e349a1850b5b5a148adbd6d350bacdd0f
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 63aa0b6a8e..143368e28b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -33861,14 +33861,14 @@ positioning, and keyboard input.") (define-public python-readme-renderer (package (name "python-readme-renderer") - (version "41.0") + (version "44.0") (source (origin (method url-fetch) (uri (pypi-uri "readme_renderer" version)) (sha256 (base32 - "1xvkf2i075rdqkwdrcrw4xglziqd7qs5lb2rbxr5snizi7ji2jsg")))) + "1qfiqm3w1ydpbipns5nifa7h4wraxd72nh7imif819mzmd7064l7")))) (build-system pyproject-build-system) (arguments (list @@ -33883,11 +33883,10 @@ positioning, and keyboard input.") " and not test_rst_fixtures[test_rst_008.rst]" " and not GFM")))) (propagated-inputs - (list python-bleach + (list python-cmarkgfm python-docutils - python-pygments - ;; Optional dependencies. - python-cmarkgfm)) ;required by postorius + python-nh3 + python-pygments)) (native-inputs (list python-pytest python-setuptools |
