python3Packages.myst-docutils: 4.0.1 -> 5.0.0

This commit is contained in:
R. Ryantm
2026-01-26 01:20:17 +00:00
parent b3ac5a8a8c
commit 691fe67f67
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "myst-docutils";
version = "4.0.1";
version = "5.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "executablebooks";
repo = "MyST-Parser";
tag = "v${version}";
hash = "sha256-/Prauz4zuJY39EK2BmgBbH1uwjF4K38e5X5hPYwRBl0=";
hash = "sha256-0lGejdGVVvZar3sPBbvThXzJML7PcR5+shyDHTTtVEY=";
};
build-system = [ flit-core ];