python3Packages.mistletoe: 1.4.0 -> 1.5.1

https://github.com/miyuchina/mistletoe/releases/tag/v1.5.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:33 +01:00
parent 09b9e5e44d
commit 5e377fb649
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "mistletoe";
version = "1.4.0";
version = "1.5.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "miyuchina";
repo = "mistletoe";
tag = "v${version}";
hash = "sha256-jFU16vdASGVSPq+TJ/6cN7IGkE/61SL9BWCOPsVqNaU=";
hash = "sha256-h2gKvh3P4pUUPwVYTIjz43/3CwZdWbhO3aJnwFBNR+Q=";
};
pythonImportsCheck = [ "mistletoe" ];
@@ -31,7 +31,7 @@ buildPythonPackage rec {
description = "Fast and extensible Markdown parser";
mainProgram = "mistletoe";
homepage = "https://github.com/miyuchina/mistletoe";
changelog = "https://github.com/miyuchina/mistletoe/releases/tag/v${version}";
changelog = "https://github.com/miyuchina/mistletoe/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ eadwu ];
};