python311Packages.mdformat-mkdocs: 2.0.9 -> 2.0.10

This commit is contained in:
R. Ryantm
2024-04-28 17:19:45 +00:00
parent 9516f3c963
commit a61c5efd85
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "mdformat-mkdocs";
version = "2.0.9";
version = "2.0.10";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "KyleKing";
repo = "mdformat-mkdocs";
rev = "refs/tags/v${version}";
hash = "sha256-50LHGQSR6foL3SqOK/pGQqOcuUgOE9bI1rt/RoIrVsA=";
hash = "sha256-N1VU9bOdVENIX6QsFa0jeVugmXjl3gNkVPS/m8gEB2Q=";
};
nativeBuildInputs = [