Unverified Commit d970f4c4 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

mdformat: 0.7.19 -> 0.7.22 and mdformat-admon: 2.0.6 -> 2.1.1 (#397406)

parents 933f2c98 6f19f18b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "mdformat-admon";
  version = "2.0.6";
  version = "2.1.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "KyleKing";
    repo = "mdformat-admon";
    tag = "v${version}";
    hash = "sha256-YyEiqry1dAm/2EEuQjPFEfdpLI+NiLhVcyx4jAyXs4E=";
    hash = "sha256-y0TNyje2OXBY4oo9kBePlqSZAU36vbQQKZUPm/u6DAc=";
  };

  nativeBuildInputs = [ flit-core ];
+1 −0
Original line number Diff line number Diff line
@@ -37,5 +37,6 @@ buildPythonPackage rec {
    changelog = "https://github.com/KyleKing/mdformat-gfm-alerts/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ sigmanificient ];
    broken = true; # broken test due to changes in mdformat; compare https://github.com/KyleKing/mdformat-admon/issues/25
  };
}
+0 −2
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
  fetchFromGitHub,
  flit-core,
  mdformat,
  mdformat-admon,
  mdformat-gfm,
  mdit-py-plugins,
  more-itertools,
@@ -31,7 +30,6 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    mdformat
    mdformat-admon
    mdformat-gfm
    mdit-py-plugins
    more-itertools
+1 −0
Original line number Diff line number Diff line
@@ -38,5 +38,6 @@ buildPythonPackage rec {
      aldoborrero
      polarmutex
    ];
    broken = true; # broken test due to changes in mdformat; compare https://github.com/KyleKing/mdformat-admon/issues/25
  };
}
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "mdformat";
  version = "0.7.19";
  version = "0.7.22";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "executablebooks";
    repo = "mdformat";
    tag = version;
    hash = "sha256-t2yx8cIq8es3XOc2nbHPKjUUium5+RPZuD8oNWZxVV0=";
    hash = "sha256-WvbGCqfzh7KlNXIGJq09goiyLzVgU7c1+qmsLrIW38k=";
  };

  build-system = [ setuptools ];