python3Packages.sphinxcontrib-confluencebuilder: 2.13.0 -> 2.14.0

https://github.com/sphinx-contrib/confluencebuilder/blob/v2.14.0/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:19 +02:00
parent df964446d7
commit 8fb6a7ff2a
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "sphinxcontrib-confluencebuilder";
version = "2.13.0";
version = "2.14.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "sphinxcontrib_confluencebuilder";
inherit version;
hash = "sha256-2Sl0ZwdHn0dXf+kbNcxaDMfWLaGdfUgCRjKTADA+unM=";
hash = "sha256-3XWs1SCb6AJpYC3njbBFXsSOebNjRh0Gp1Fqi5E51lI=";
};
build-system = [ flit-core ];