summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-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 41e923abf5..4626774b08 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -73,7 +73,7 @@
(define-public python-intersphinx-registry
(package
(name "python-intersphinx-registry")
- (version "0.2602.2")
+ (version "0.2705.27")
(source
(origin
(method git-fetch)
@@ -81,11 +81,16 @@
(git-reference
(url "https://github.com/Quansight-Labs/intersphinx_registry")
(commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "153rjh3dyk2azwsdsrll2ia4abrv0mzdppkyx4n2pzd705nk767a"))))
+ (base32 "02qrdhlhl4wpwvcags46kqs32dkc5kxmldwyp2ij1njfsvf68nn8"))))
(build-system pyproject-build-system)
+ ;; XXX: Many tests try to access the network.
+ (arguments (list #:tests? #f))
(native-inputs
(list python-flit-core))
+ (propagated-inputs
+ (list python-requests))
(home-page "https://github.com/Quansight-Labs/intersphinx_registry")
(synopsis "Convenient utilities and data to write a Sphinx config file")
(description