python3Packages.mkdocs-mermaid2-plugin: 1.1.0 -> 1.2.1 (#424223)

This commit is contained in:
nikstur 2025-07-14 10:09:25 +02:00 committed by GitHub
commit 2adf4e5b98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "mkdocs-mermaid2-plugin";
version = "1.1.0";
version = "1.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fralau";
repo = "mkdocs-mermaid2-plugin";
tag = "v${version}";
hash = "sha256-9vYLkGUnL+rnmZntcgFzOvXQdf6angb9DRsmrBjnPUY=";
hash = "sha256-LKPjhCPozz/+UV2658qWOIjpMt6w+UDBXsg1fqyg48M=";
};
propagatedBuildInputs = [