python3Packages.mdit-py-plugins: 0.5.0 -> 0.6.1

https://github.com/executablebooks/mdit-py-plugins/blob/v0.6.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-07-12 21:26:27 +02:00
parent b80687fa42
commit 5597b685ed

View File

@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "mdit-py-plugins";
version = "0.5.0";
version = "0.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "executablebooks";
repo = "mdit-py-plugins";
tag = "v${finalAttrs.version}";
hash = "sha256-MQU6u49KsWGaKeWU5v066kZidcfCoubqClxAapAZb9A=";
hash = "sha256-rG9l45V+qsXZmBpRGkt1zuCRJVOsEC+Z2WrplQ1oGSo=";
};
build-system = [ flit-core ];