[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/57: gnu: python-sphinx-alabaster-theme: Update to 0.7.13.
From: |
guix-commits |
Subject: |
03/57: gnu: python-sphinx-alabaster-theme: Update to 0.7.13. |
Date: |
Mon, 6 May 2024 04:08:07 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 126d3223f4687c8319fc386481714c5c17227c42
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/")
- branch python-team created (now df580a54f4), guix-commits, 2024/05/06
- 02/57: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/05/06
- 05/57: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/05/06
- 01/57: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/05/06
- 03/57: gnu: python-sphinx-alabaster-theme: Update to 0.7.13.,
guix-commits <=
- 06/57: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/05/06
- 12/57: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/05/06
- 07/57: gnu: criu: Remove temporary workaround., guix-commits, 2024/05/06
- 13/57: doc: Document new options for pyproject-build-system., guix-commits, 2024/05/06
- 18/57: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/05/06
- 20/57: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/05/06
- 27/57: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/05/06
- 23/57: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/05/06
- 21/57: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/05/06
- 04/57: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/05/06