gnu: python-sphinxcontrib-qthelp: Update to 1.0.3.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 7 Mar 2020 14:35:43 +0000 (15:35 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 9 Mar 2020 15:01:19 +0000 (16:01 +0100)
* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): Update to 1.0.3.

gnu/packages/sphinx.scm

index 866ad50..c450012 100644 (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