python3Packages.sphinx-intl: 2.3.1 -> 2.3.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:18 +02:00
parent c681f1eae6
commit ae27bf2a49
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "sphinx-intl";
version = "2.3.1";
version = "2.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "sphinx-doc";
repo = "sphinx-intl";
tag = version;
hash = "sha256-VrWtRdI9j/y2m7kN7/m/5cdxpI0dAaiprdXKt8m6MPc=";
hash = "sha256-5Ro+UG9pwwp656fYyCsna6P4s9Gb86Tu3Qm2WUI7tsE=";
};
build-system = [ setuptools ];