diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-07-28 00:16:45 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:15:41 +0000 |
commit | 1190d8b1487ee56218d53637c3c60e3b0c632518 (patch) | |
tree | a3151f261396709dd53d2e0882f35eaa87eca165 /gnu/packages | |
parent | 49982bb455ad15814181172571826603151ff503 (diff) | |
download | guix-1190d8b1487ee56218d53637c3c60e3b0c632518.tar.gz guix-1190d8b1487ee56218d53637c3c60e3b0c632518.zip |
gnu: python-sphinx-alabaster-theme: Update to 0.7.13.
* gnu/packages/sphinx.scm (python-sphinx-alabaster-theme): Update to 0.7.13.
[build-system]: Use pyproject-build-system.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/sphinx.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 191ebd268b..a99b485302 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -711,14 +711,14 @@ introspection of @code{zope.interface} instances in code.") (define-public python-sphinx-alabaster-theme (package (name "python-sphinx-alabaster-theme") - (version "0.7.12") + (version "0.7.13") (source (origin (method url-fetch) (uri (pypi-uri "alabaster" version)) (sha256 (base32 - "00nwwjj2d2ym4s2kk217x7jkx1hnczc3fvm8yxbqmsp6b0nxfqd6")))) - (build-system python-build-system) + "1qjam3hks6a3fa89nhb9ajk62b2m5qmss0qyw0b0wsay9l44lym2")))) + (build-system pyproject-build-system) (propagated-inputs (list python-pygments)) (home-page "https://alabaster.readthedocs.io/") |