[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: python-sphinx-alabaster-theme: Update to 0.7.13.
From: |
guix-commits |
Subject: |
03/04: gnu: python-sphinx-alabaster-theme: Update to 0.7.13. |
Date: |
Sat, 10 Feb 2024 07:54:06 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 286b754f973355be6bde904f5e7bf16c9122664c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 28 00:16:45 2023 +0200
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.
---
gnu/packages/sphinx.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index e280c06f2b..12a5350094 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -700,14 +700,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/")