[bug#76835,v2,12/24] gnu: Remove python-sphinx-autodoc-typehints-5.

Message ID 20250309221153.334-12-ngraves@ngraves.fr
State New
Headers
Series [bug#76835,v2,01/24] gnu: gunicorn: Migrate 'check phase to pyproject-build-system. |

Commit Message

Nicolas Graves March 9, 2025, 10:11 p.m. UTC
  * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints-5): Delete variable.
---
 gnu/packages/sphinx.scm | 7 -------
 1 file changed, 7 deletions(-)
  

Patch

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 6847592a99..5f06cb04f5 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1234,13 +1234,6 @@  (define-public python-sphinx-autodoc-typehints
 documenting acceptable argument types and return value types of functions.")
     (license license:expat)))
 
-(define-public python-sphinx-autodoc-typehints-5
-  (package/inherit python-sphinx-autodoc-typehints
-    (propagated-inputs
-     (modify-inputs
-         (package-propagated-inputs python-sphinx-autodoc-typehints)
-       (replace "python-sphinx" python-sphinx-5)))))
-
 (define-public python-sphinx-pytest
   (package
     (name "python-sphinx-pytest")