diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-03 10:39:58 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:19 +0100 |
| commit | ae7cea36870810cd76f1b8b4f080dadefb44ab6c (patch) | |
| tree | 827c5d3ce21b8ad33e3f3c4a1d443708a2cc4262 /gnu/packages/sphinx.scm | |
| parent | 5a588ca4fb65bb6f1139f445a5f71a8dd192ca5b (diff) | |
gnu: python-sphinxcontrib-bibtex: Update to 2.7.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-bibtex): Update to 2.7.0.
Diffstat (limited to 'gnu/packages/sphinx.scm')
| -rw-r--r-- | gnu/packages/sphinx.scm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index e9cfbac73b7..8500ec54dd6 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm | |||
| @@ -405,7 +405,7 @@ Apple help books.") | |||
| 405 | (define-public python-sphinxcontrib-bibtex | 405 | (define-public python-sphinxcontrib-bibtex |
| 406 | (package | 406 | (package |
| 407 | (name "python-sphinxcontrib-bibtex") | 407 | (name "python-sphinxcontrib-bibtex") |
| 408 | (version "2.6.5") | 408 | (version "2.7.0") |
| 409 | (source | 409 | (source |
| 410 | (origin | 410 | (origin |
| 411 | (method git-fetch) | 411 | (method git-fetch) |
| @@ -414,10 +414,14 @@ Apple help books.") | |||
| 414 | (commit version))) | 414 | (commit version))) |
| 415 | (file-name (git-file-name name version)) | 415 | (file-name (git-file-name name version)) |
| 416 | (sha256 | 416 | (sha256 |
| 417 | (base32 "1shs4gk5cm6s44c2aw2ih87fa725ynyp8iahf3vwc98z887bfgdi")))) | 417 | (base32 "18h68vj535fxy80b3jdyazn375lg7xi5q5fsdza99y35px78nngi")))) |
| 418 | (build-system pyproject-build-system) | 418 | (build-system pyproject-build-system) |
| 419 | (native-inputs (list python-pytest python-setuptools)) | 419 | (native-inputs |
| 420 | (propagated-inputs (list python-pybtex-docutils python-sphinx-autoapi)) | 420 | (list python-pytest |
| 421 | python-setuptools)) | ||
| 422 | (propagated-inputs | ||
| 423 | (list python-pybtex-docutils | ||
| 424 | python-sphinx-autoapi)) | ||
| 421 | (home-page "https://github.com/mcmtroffaes/sphinxcontrib-bibtex/") | 425 | (home-page "https://github.com/mcmtroffaes/sphinxcontrib-bibtex/") |
| 422 | (synopsis "Sphinx extension for bibtex style references") | 426 | (synopsis "Sphinx extension for bibtex style references") |
| 423 | (description "This package allows bibtex citations to be inserted into | 427 | (description "This package allows bibtex citations to be inserted into |
