diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-03 02:28:54 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:22 +0100 |
| commit | fc031dfe4534e2d856cf6c3cf2c5be1ad469bba8 (patch) | |
| tree | 3997f7a17803031b537d812f94c15d42cfdcec78 /gnu/packages/sphinx.scm | |
| parent | 3a85bc86c566bbd335044f6ec234cb2109b152b8 (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/packages/sphinx.scm')
| -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 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 |
