summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 15:35:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 16:01:19 +0100
commitccac5118f7ce844e90798c23da2e1a0da696cc52 (patch)
treef0e3f26981b8ae10ddac44083bc560e47054dd0e
parentf49b8c14fb08ef9e471a90ca624147858ff66d49 (diff)
downloadpatches-ccac5118f7ce844e90798c23da2e1a0da696cc52.tar
patches-ccac5118f7ce844e90798c23da2e1a0da696cc52.tar.gz
gnu: python-sphinxcontrib-devhelp: Update to 1.0.2.
* gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): Update to 1.0.2.
-rw-r--r--gnu/packages/sphinx.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 4c5554f449..711adf7c15 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -195,13 +195,13 @@ to code blocks.")
(define-public python-sphinxcontrib-devhelp
(package
(name "python-sphinxcontrib-devhelp")
- (version "1.0.1")
+ (version "1.0.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-devhelp" version))
(sha256
(base32
- "0d2a57kqxl72i55rns0ly1i044y2x234b9sdi89ajc3kjdvv0r3c"))))
+ "1r1qngsbjqbg4rj93kpj44qqy7n4x5khldkr0c3ffhlnggx1lzzz"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;XXX: circular dependency on Sphinx