[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13.
From: |
guix-commits |
Subject: |
03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13. |
Date: |
Thu, 21 Nov 2024 06:28:36 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 95245f22db30ad2d596fed78def6223a88431a15
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 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/")
- branch python-team created (now 03305c465d), guix-commits, 2024/11/21
- 04/361: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/21
- 01/361: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/21
- 03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13.,
guix-commits <=
- 05/361: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/21
- 15/361: gnu: Add missing import., guix-commits, 2024/11/21
- 12/361: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/21
- 19/361: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/21
- 18/361: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/21
- 02/361: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/21
- 06/361: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/21
- 09/361: guix: toml: Add TOML parser., guix-commits, 2024/11/21
- 16/361: gnu: Add missing import (again)., guix-commits, 2024/11/21
- 21/361: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/21