[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/222: gnu: python-sphinx-alabaster-theme: Update to 0.7.13.
From: |
guix-commits |
Subject: |
03/222: gnu: python-sphinx-alabaster-theme: Update to 0.7.13. |
Date: |
Fri, 1 Nov 2024 10:56:12 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 8e3ba571d52e4211b37ece68021cce0cb71badf0
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 31f53cf377..0cbb040183 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/")
- 93/222: gnu: python-json-logger: Update to 2.0.7., (continued)
- 93/222: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/01
- 92/222: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/01
- 95/222: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/11/01
- 97/222: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/01
- 25/222: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/01
- 33/222: gnu: Add python-rapidfuzz., guix-commits, 2024/11/01
- 41/222: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/11/01
- 36/222: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/01
- 55/222: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/11/01
- 51/222: gnu: python-partd: Add missing input., guix-commits, 2024/11/01
- 03/222: gnu: python-sphinx-alabaster-theme: Update to 0.7.13.,
guix-commits <=
- 26/222: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/01
- 31/222: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/01
- 29/222: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/01
- 56/222: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/01
- 27/222: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/01
- 57/222: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 73/222: gnu: Add python-pytest-jupyter., guix-commits, 2024/11/01
- 62/222: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/01
- 76/222: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/01
- 78/222: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/01