diff options
| -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 |
