Commit 0410a403 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.plantuml-markdown: 3.10.4 -> 3.11.1

parent 2ee15407
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };