python3Packages.sphinxcontrib-mermaid: 1.0.0 -> 1.2.3

This commit is contained in:
R. Ryantm
2025-12-02 05:34:04 +00:00
parent 8c29968b3a
commit 9f68db6be0
@@ -9,13 +9,13 @@
}:
buildPythonPackage rec {
pname = "sphinxcontrib-mermaid";
version = "1.0.0";
version = "1.2.3";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "sphinxcontrib_mermaid";
hash = "sha256-Loq2fT4eKBZmP5NH0Cao3uSoWKzdStMt0cgIiT24gUY=";
hash = "sha256-NYaZ0OySTvZ5tBhz2e3ZfQdzRG2vl2DHXhjcCt/ZE3E=";
};
build-system = [ setuptools ];