python3Packages.sphinxcontrib-mermaid: 1.2.3 -> 2.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:58 +01:00
parent 31d5048763
commit 006f465084
@@ -9,13 +9,13 @@
}:
buildPythonPackage rec {
pname = "sphinxcontrib-mermaid";
version = "1.2.3";
version = "2.0.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "sphinxcontrib_mermaid";
hash = "sha256-NYaZ0OySTvZ5tBhz2e3ZfQdzRG2vl2DHXhjcCt/ZE3E=";
hash = "sha256-z099RT0AETLqul0f31PUIEnwLpEyE8+DN0J0g7/KJvQ=";
};
build-system = [ setuptools ];