diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 15:35:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 16:01:19 +0100 |
commit | 99533bebacea77ac02656bfc6b9e71ed7910b01a (patch) | |
tree | b0ce159eb8a845af0d3796755d8683e1f201ac89 | |
parent | 25b576a9db797d92915666ae8a912224bfb767fb (diff) | |
download | patches-99533bebacea77ac02656bfc6b9e71ed7910b01a.tar patches-99533bebacea77ac02656bfc6b9e71ed7910b01a.tar.gz |
gnu: python-sphinxcontrib-qthelp: Update to 1.0.3.
* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): Update to 1.0.3.
-rw-r--r-- | gnu/packages/sphinx.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 866ad50310..c450012b3f 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -300,13 +300,13 @@ commands into documents, helping you to keep your command examples up to date.") (define-public python-sphinxcontrib-qthelp (package (name "python-sphinxcontrib-qthelp") - (version "1.0.2") + (version "1.0.3") (source (origin (method url-fetch) (uri (pypi-uri "sphinxcontrib-qthelp" version)) (sha256 (base32 - "0vs09m6kf5vhiivpi5s5pks59iq0lqlsbkdycpqlysg53bhmqikr")))) + "0wjsp96d262shzkx7pb7pra7mmf0j8c5rz56i6x0vdsqw1z7ccsc")))) (build-system python-build-system) (arguments `(#:tests? #f)) ;XXX: circular dependency on Sphinx |