Unverified Commit cccbc4ae authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #311844 from r-ryantm/auto-update/python311Packages.mkdocs-git-authors-plugin

python311Packages.mkdocs-git-authors-plugin: 0.8.0 -> 0.9.0
parents a651aa6e 97ce8d42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "mkdocs-git-authors-plugin";
  version = "0.8.0";
  version = "0.9.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "timvink";
    repo = "mkdocs-git-authors-plugin";
    rev = "refs/tags/v${version}";
    hash = "sha256-ie6kDrj7ulmdQ7w3n7MnKgIWs321uPFxpQC3DNUGsTg=";
    hash = "sha256-UomcEXWNt5aVE9JxP9wskkHkFYXKN/+jXwr1SXCmeyE=";
  };

  propagatedBuildInputs = [ mkdocs ];