9 buildPythonPackage rec {
11 version = "2024.1.14";
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-ogjBcm4SujhRJc7yxtN1xBxd6kzCZzp3r3ErHb8HTpA=";
21 propagatedNativeBuildInputs = [
25 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Minimal bindings to GitHub's fork of cmark";
39 homepage = "https://github.com/jonparrott/cmarkgfm";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];