me
/
guix
Archived
1
0
Fork 0

gnu: python-sphinxcontrib-qthelp: Update to 1.0.3.

* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): Update to 1.0.3.
master
Tobias Geerinckx-Rice 2020-03-07 15:35:43 +01:00
parent 25b576a9db
commit 99533bebac
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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