diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 10:19:16 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-23 16:58:37 +0100 |
commit | a259f4f5bbcc8ec725253b49415261f0f3e09955 (patch) | |
tree | 21aee945953d84b4b912e3fe3de914f644887b00 | |
parent | 32ca6ae6d3b5daf611201365e73ef3a83df9b3f2 (diff) |
gnu: python-sphinxcontrib-apidoc: Update to 0.6.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-apidoc): Update to 0.6.0.
Change-Id: Ic424424f158ac603012b19c69154a3d2177ff1f0
-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 2ff7ba885a..0d92d7d9cc 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -381,14 +381,14 @@ sources.") (define-public python-sphinxcontrib-apidoc (package (name "python-sphinxcontrib-apidoc") - (version "0.5.0") + (version "0.6.0") (source (origin (method url-fetch) - (uri (pypi-uri "sphinxcontrib-apidoc" version)) + (uri (pypi-uri "sphinxcontrib_apidoc" version)) (sha256 (base32 - "0mfdfxqxksixxpcigrjykaq6p2j5ic4yx5gv2lvq4pra469cvvv5")))) + "13fqkbs8lwrm39lv9pmq436x3fzgr26d2svs2a7g9239sq89i6rj")))) (build-system pyproject-build-system) (native-inputs (list python-pytest |