python312Packages.plantuml-markdown: 3.10.4 -> 3.11.1 (#381729)

This commit is contained in:
nikstur
2025-02-13 14:03:05 +01:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "plantuml-markdown";
version = "3.10.4";
version = "3.11.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "mikitex70";
repo = pname;
tag = version;
hash = "sha256-5K8NSxMCdAsOtV0egY8gMbHnHifvYNRHzafR0LAcm+Q=";
hash = "sha256-DgHWqwPsZ5q1XqrfaAiUslKnJdHX4Pzw9lygF3iaxz4=";
};
propagatedBuildInputs = [
@@ -59,7 +59,7 @@ buildPythonPackage rec {
diagram which will be converted into an image and inserted in the document.
'';
homepage = "https://github.com/mikitex70/plantuml-markdown";
changelog = "https://github.com/mikitex70/plantuml-markdown/releases/tag/${version}";
changelog = "https://github.com/mikitex70/plantuml-markdown/releases/tag/${src.tag}";
license = licenses.bsd2;
maintainers = with maintainers; [ nikstur ];
};