10 buildPythonPackage rec {
11 pname = "mdformat-simple-breaks";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-4lJHB4r9lI2uGJ/BmFFc92sumTRKBBwiRmGBdQkzfd0=";
28 propagatedBuildInputs = [
32 pythonImportsCheck = [
33 "mdformat_simple_breaks"
37 description = "Mdformat plugin to render thematic breaks using three dashes";
38 homepage = "https://github.com/csala/mdformat-simple-breaks";
39 license = licenses.mit;
40 maintainers = with maintainers; [ aldoborrero ];