python313Packages.myst-parser: fix sphinx 8.1 compat

This commit is contained in:
Martin Weinelt
2025-01-27 10:54:22 +01:00
parent 83ee3fdab5
commit ac0de38eb3
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
flit-core,
pythonOlder,
defusedxml,
@@ -32,6 +33,14 @@ buildPythonPackage rec {
hash = "sha256-QbFENC/Msc4pkEOPdDztjyl+2TXtAbMTHPJNAsUB978=";
};
patches = [
(fetchpatch2 {
# Sphinx 8.1 compat
url = "https://github.com/executablebooks/MyST-Parser/commit/9fe724ebf1d02fd979632d82387f802c91e0d6f6.patch";
hash = "sha256-KkAV9tP+dFax9KuxqkhqNlGWx6wSO6M2dWpah+GYG0E=";
})
];
build-system = [ flit-core ];
dependencies = [