Archived
1
0
Fork 0

gnu: python-sphinxcontrib-applehelp: Update to 1.0.2.

* gnu/packages/sphinx.scm (python-sphinxcontrib-applehelp): Update to 1.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-07 15:35:18 +01:00
parent a0093a71c5
commit f49b8c14fb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5,7 +5,7 @@
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2016, 2017, 2018, 2019 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2016, 2017, 2018, 2019 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Danny Milosavljevic <dannym+a@scratchpost.org> ;;; Copyright © 2017 Danny Milosavljevic <dannym+a@scratchpost.org>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com> ;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
;;; Copyright © 2017 Christopher Allan Webber <cwebber@dustycloud.org> ;;; Copyright © 2017 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
@ -149,13 +149,13 @@ sources.")
(define-public python-sphinxcontrib-applehelp (define-public python-sphinxcontrib-applehelp
(package (package
(name "python-sphinxcontrib-applehelp") (name "python-sphinxcontrib-applehelp")
(version "1.0.1") (version "1.0.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sphinxcontrib-applehelp" version)) (uri (pypi-uri "sphinxcontrib-applehelp" version))
(sha256 (sha256
(base32 (base32
"15rqmgphj4wqf4m5wnzxgmwxx5jwfzb0j0nb94ql0x5wnar0mapd")))) "0n5wrn4l7x6gxvi1g7c6y72hkxgc223axz1jykipaxhfr1g76wm0"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) ;XXX: circular dependency on Sphinx `(#:tests? #f)) ;XXX: circular dependency on Sphinx