diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2020-03-07 15:35:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2020-03-09 16:01:19 +0100 |
commit | f49b8c14fb08ef9e471a90ca624147858ff66d49 (patch) | |
tree | 1468bda1e67fb48b351cffd874bca025edf4eb3a /gnu | |
parent | a0093a71c50b28327e44a94a02a05c04d2e4dabe (diff) |
gnu: python-sphinxcontrib-applehelp: Update to 1.0.2.
* gnu/packages/sphinx.scm (python-sphinxcontrib-applehelp): Update to 1.0.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sphinx.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 1940b36a33..4c5554f449 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2016 Hartmut Goebel <[email protected]> ;;; Copyright © 2016, 2017, 2018, 2019 Marius Bakke <[email protected]> ;;; Copyright © 2017 Danny Milosavljevic <[email protected]> -;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2017, 2018, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017 Frederick M. Muriithi <[email protected]> ;;; Copyright © 2017 Christopher Allan Webber <[email protected]> ;;; Copyright © 2017 Julien Lepiller <[email protected]> @@ -149,13 +149,13 @@ sources.") (define-public python-sphinxcontrib-applehelp (package (name "python-sphinxcontrib-applehelp") - (version "1.0.1") + (version "1.0.2") (source (origin (method url-fetch) (uri (pypi-uri "sphinxcontrib-applehelp" version)) (sha256 (base32 - "15rqmgphj4wqf4m5wnzxgmwxx5jwfzb0j0nb94ql0x5wnar0mapd")))) + "0n5wrn4l7x6gxvi1g7c6y72hkxgc223axz1jykipaxhfr1g76wm0")))) (build-system python-build-system) (arguments `(#:tests? #f)) ;XXX: circular dependency on Sphinx |