[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
218/233: gnu: python-sphinxcontrib-websupport: Update to 1.2.4.
From: |
guix-commits |
Subject: |
218/233: gnu: python-sphinxcontrib-websupport: Update to 1.2.4. |
Date: |
Sun, 24 Apr 2022 23:40:08 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 9af30f6e01ada573901df4779c3f1fad92e85a99
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 21 21:54:25 2022 -0400
gnu: python-sphinxcontrib-websupport: Update to 1.2.4.
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to
1.2.4.
---
gnu/packages/sphinx.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 739d32398c..90568f855f 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -506,13 +506,13 @@ builder does not support SVG images natively (e.g.
LaTeX).")
(define-public python-sphinxcontrib-websupport
(package
(name "python-sphinxcontrib-websupport")
- (version "1.2.0")
+ (version "1.2.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-websupport" version))
(sha256
(base32
- "1smma7r0rhwcmbfvvkfs5djfz1qm8wbpcvp084ca6dmw2b9zplxs"))))
+ "0ck2jphvs82vjcbphhd1h7j1xfi9ynv5d8g5b947qnk8l0ih5psf"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests depend on Sphinx, which depends on this.
- 170/233: gnu: python-types-dataclasses: Fix typo., (continued)
- 170/233: gnu: python-types-dataclasses: Fix typo., guix-commits, 2022/04/24
- 177/233: gnu: python-can: Update to 4.0.0., guix-commits, 2022/04/24
- 178/233: gnu: python-amqp: Update to 5.1.1 and enable tests., guix-commits, 2022/04/24
- 187/233: gnu: Add python-pyyaml-env-tag., guix-commits, 2022/04/24
- 199/233: gnu: weasyprint: Update to 54.3., guix-commits, 2022/04/24
- 203/233: gnu: setzer: Add python-wrapper to fix build., guix-commits, 2022/04/24
- 208/233: gnu: python-flask-wtf: Update to 1.0.1., guix-commits, 2022/04/24
- 209/233: gnu: python-flask-login: Update to 0.6.0., guix-commits, 2022/04/24
- 215/233: gnu: python-pydata-sphinx-theme: Update to 0.7.2., guix-commits, 2022/04/24
- 216/233: gnu: python-sphinx-copybutton: Update to 0.5.0., guix-commits, 2022/04/24
- 218/233: gnu: python-sphinxcontrib-websupport: Update to 1.2.4.,
guix-commits <=
- 223/233: gnu: Add python-nptyping., guix-commits, 2022/04/24
- 226/233: gnu: python-sphinx-rtd-theme: Update to 1.0.0., guix-commits, 2022/04/24
- 229/233: gnu: python-pudb: Update to 2022.1.1 and rename from pudb., guix-commits, 2022/04/24
- 233/233: gnu: python-matplotlib-documentation: Fix build., guix-commits, 2022/04/24
- 152/233: gnu: Add python-openapi-core., guix-commits, 2022/04/24
- 154/233: gnu: python-hypothesis-6.23: Update to 6.43.3., guix-commits, 2022/04/24
- 155/233: gnu: python-numpy: Update to 1.21.6 and parallelize build/tests., guix-commits, 2022/04/24
- 161/233: gnu: python-pynndescent: Update to 0.5.6., guix-commits, 2022/04/24
- 179/233: gnu: python-kombu: Update to 5.2.4., guix-commits, 2022/04/24
- 180/233: gnu: python-celery: Update to 5.2.6 and enable tests., guix-commits, 2022/04/24