From 8a94a034bf69f3acaa6c9d728eef68e9e255ddca Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 3 May 2026 02:28:54 +0200 Subject: gnu: python-intersphinx-registry: Update to 0.2705.27. * gnu/packages/sphinx.scm (python-intersphinx-registry): Update to 0.2705.27. [source]: Set it. [arguments]<#:tests?>: Disable them. [propagated-inputs]: Add python-requests. Change-Id: I6fa10a6f19e01e872903f5a6ce7d314b82da3882 Signed-off-by: Sharlatan Hellseher --- gnu/packages/sphinx.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit v1.3