python3Packages.mdformat-toc: 0.3.0 -> 0.5.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:31 +01:00
parent e4b0c2e15a
commit cf60ddf8b3
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "mdformat-toc";
version = "0.3.0";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hukkin";
repo = "mdformat-toc";
tag = version;
hash = "sha256-3EX6kGez408tEYiR9VSvi3GTrb4ds+HJwpFflv77nkg=";
hash = "sha256-Rj1lp5Ub+UriOuE896tywN4myovna2RLYO3LRa96FCM=";
};
nativeBuildInputs = [ poetry-core ];