summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/sphinx.scm9
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 41e923abf5f..4626774b084 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -73,7 +73,7 @@
73(define-public python-intersphinx-registry 73(define-public python-intersphinx-registry
74 (package 74 (package
75 (name "python-intersphinx-registry") 75 (name "python-intersphinx-registry")
76 (version "0.2602.2") 76 (version "0.2705.27")
77 (source 77 (source
78 (origin 78 (origin
79 (method git-fetch) 79 (method git-fetch)
@@ -81,11 +81,16 @@
81 (git-reference 81 (git-reference
82 (url "https://github.com/Quansight-Labs/intersphinx_registry") 82 (url "https://github.com/Quansight-Labs/intersphinx_registry")
83 (commit version))) 83 (commit version)))
84 (file-name (git-file-name name version))
84 (sha256 85 (sha256
85 (base32 "153rjh3dyk2azwsdsrll2ia4abrv0mzdppkyx4n2pzd705nk767a")))) 86 (base32 "02qrdhlhl4wpwvcags46kqs32dkc5kxmldwyp2ij1njfsvf68nn8"))))
86 (build-system pyproject-build-system) 87 (build-system pyproject-build-system)
88 ;; XXX: Many tests try to access the network.
89 (arguments (list #:tests? #f))
87 (native-inputs 90 (native-inputs
88 (list python-flit-core)) 91 (list python-flit-core))
92 (propagated-inputs
93 (list python-requests))
89 (home-page "https://github.com/Quansight-Labs/intersphinx_registry") 94 (home-page "https://github.com/Quansight-Labs/intersphinx_registry")
90 (synopsis "Convenient utilities and data to write a Sphinx config file") 95 (synopsis "Convenient utilities and data to write a Sphinx config file")
91 (description 96 (description