diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-03 02:28:54 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:49 +0100 |
| commit | 8a94a034bf69f3acaa6c9d728eef68e9e255ddca (patch) | |
| tree | b926767602dd741a7ba29b60b2e8e7bb78af1ca4 /gnu | |
| parent | e4cb655d4bf186b33a6538dadd4ab119b792e7e6 (diff) | |
gnu: python-intersphinx-registry: Update to 0.2705.27.
* gnu/packages/sphinx.scm (python-intersphinx-registry): Update to 0.2705.27.
[source]<file-name>: Set it.
[arguments]<#:tests?>: Disable them.
[propagated-inputs]: Add python-requests.
Change-Id: I6fa10a6f19e01e872903f5a6ce7d314b82da3882
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/sphinx.scm | 9 |
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 |
