Unverified Commit 2adf4e5b authored by nikstur's avatar nikstur Committed by GitHub
Browse files

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

parents ad71935f 3f8ee501
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [