[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
126/420: gnu: python-sphinx-4: Inherit from python-sphinx-5.
From: |
guix-commits |
Subject: |
126/420: gnu: python-sphinx-4: Inherit from python-sphinx-5. |
Date: |
Tue, 26 Nov 2024 16:28:45 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 8536f081890596ba2a9d499a680c60c8dc45a4fb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 9 22:55:34 2024 +0200
gnu: python-sphinx-4: Inherit from python-sphinx-5.
* gnu/packages/sphinx.scm (python-sphinx-4): Inherit from python-sphinx-5,
in
particular the arguments field.
Change-Id: Icb15e34b7bfbe38d17f4cd64234316950437538d
---
gnu/packages/sphinx.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 4b2e12adc4..b6fe561d00 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -268,7 +268,7 @@ sources.")
;; Some packages do not support Sphinx 5 yet. Remove when unused.
(define-public python-sphinx-4
(package
- (inherit python-sphinx)
+ (inherit python-sphinx-5)
(version "4.5.0")
(source (origin
(method url-fetch)
- 66/420: gnu: Add python-jsonschema-specifications., (continued)
- 66/420: gnu: Add python-jsonschema-specifications., guix-commits, 2024/11/26
- 92/420: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/26
- 93/420: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/26
- 96/420: gnu: Add python-jupyter-events., guix-commits, 2024/11/26
- 78/420: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/26
- 97/420: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/26
- 99/420: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/26
- 108/420: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/26
- 109/420: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/26
- 113/420: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/26
- 126/420: gnu: python-sphinx-4: Inherit from python-sphinx-5.,
guix-commits <=
- 130/420: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/26
- 132/420: gnu: Add python-comm., guix-commits, 2024/11/26
- 136/420: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/26
- 141/420: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/26
- 95/420: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/26
- 125/420: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/26
- 121/420: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/11/26
- 134/420: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/11/26
- 127/420: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/26
- 87/420: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/11/26