python3Packages.sphinx-markdown-builder: 0.6.10 -> 0.6.11

This commit is contained in:
R. Ryantm
2026-08-21 07:01:24 +00:00
parent 8aaa7b2528
commit 13e03ae00a

View File

@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "sphinx-markdown-builder";
version = "0.6.10";
version = "0.6.11";
pyproject = true;
src = fetchFromGitHub {
owner = "liran-funaro";
repo = "sphinx-markdown-builder";
tag = version;
hash = "sha256-97mlVD1MCtSw8AYyGc38auOrHU/vKH2aQJa4YIRQcBk=";
hash = "sha256-PFGatmgQsoCCMjT3KoNmqmB77ZfdxE1tACV/8pGJmqg=";
};
build-system = [