guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

70/91: gnu: Add python-sphinx-autodoc-typehints-5.


From: guix-commits
Subject: 70/91: gnu: Add python-sphinx-autodoc-typehints-5.
Date: Thu, 23 May 2024 17:17:37 -0400 (EDT)

ngz pushed a commit to branch python-team
in repository guix.

commit e5f7bcca014f84f147875fe796c14d20dc8ebbc9
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:06 2024 +0200

    gnu: Add python-sphinx-autodoc-typehints-5.
    
    * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints-5): New variable.
    
    Change-Id: I465979829851681635d1073658f262a96758cfb5
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/sphinx.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index f5444e3331..5ec3695e85 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1167,6 +1167,13 @@ enabled web server.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]