[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/16: gnu: python-sphinxcontrib-websupport: Update to 1.2.0.
From: |
guix-commits |
Subject: |
16/16: gnu: python-sphinxcontrib-websupport: Update to 1.2.0. |
Date: |
Mon, 9 Mar 2020 16:09:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 18d59640e199d776bb650f516e01a6c30d32299a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 7 15:36:01 2020 +0100
gnu: python-sphinxcontrib-websupport: Update to 1.2.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to
1.2.0.
---
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 52209b0..323d5b4 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -359,13 +359,13 @@ builder does not support SVG images natively (e.g.
LaTeX).")
(define-public python-sphinxcontrib-websupport
(package
(name "python-sphinxcontrib-websupport")
- (version "1.1.0")
+ (version "1.2.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-websupport" version))
(sha256
(base32
- "1ff3ix76xi1y6m99qxhaq5161ix9swwzydilvdya07mgbcvpzr4x"))))
+ "1smma7r0rhwcmbfvvkfs5djfz1qm8wbpcvp084ca6dmw2b9zplxs"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests depend on Sphinx, which depends on this.
- 10/16: gnu: youtube-dl: Update to 2020.03.08., (continued)
- 10/16: gnu: youtube-dl: Update to 2020.03.08., guix-commits, 2020/03/09
- 11/16: gnu: python-sphinxcontrib-applehelp: Update to 1.0.2., guix-commits, 2020/03/09
- 12/16: gnu: python-sphinxcontrib-devhelp: Update to 1.0.2., guix-commits, 2020/03/09
- 13/16: gnu: python-sphinxcontrib-htmlhelp: Update to 1.0.3., guix-commits, 2020/03/09
- 14/16: gnu: python-sphinxcontrib-qthelp: Update to 1.0.3., guix-commits, 2020/03/09
- 04/16: gnu: perl-datetime: Update to 1.52., guix-commits, 2020/03/09
- 05/16: gnu: perl-datetime-format-strptime: Update to 1.77., guix-commits, 2020/03/09
- 09/16: gnu: perl-catalyst-devel: Update to 1.40., guix-commits, 2020/03/09
- 06/16: gnu: perl-xs-object-magic: Update to 0.05., guix-commits, 2020/03/09
- 15/16: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.4., guix-commits, 2020/03/09
- 16/16: gnu: python-sphinxcontrib-websupport: Update to 1.2.0.,
guix-commits <=