python312Packages.mdformat-mkdocs: 3.0.1 -> 3.1.1 (#362968)

This commit is contained in:
misuzu
2024-12-18 19:43:31 +02:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "mdformat-mkdocs";
version = "3.0.1";
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,8 +23,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "KyleKing";
repo = "mdformat-mkdocs";
rev = "refs/tags/v${version}";
hash = "sha256-MO/YMvvpsEarc8CjELByHUqR5xFtYqhkKkJrFy0PNvU=";
tag = "v${version}";
hash = "sha256-9iU8tKPBpdse0TwIeYSe9slcgOGMcQ735RTLKA1n6Pc=";
};
nativeBuildInputs = [ flit-core ];