python3Packages.mistune: 3.2.1 -> 3.3.2

Diff: https://github.com/lepture/mistune/compare/v3.2.1...v3.3.2

Changelog: https://github.com/lepture/mistune/blob/v3.3.2/docs/changes.rst
(cherry picked from commit b0983d5f06)
This commit is contained in:
Robert Schütz
2026-06-21 09:02:04 -07:00
committed by github-actions[bot]
parent 2580f9b0e3
commit 2271adfffd

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "mistune";
version = "3.2.1";
version = "3.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "lepture";
repo = "mistune";
tag = "v${version}";
hash = "sha256-8AEEh/SWAk/Esq0jAoZGLw1FIQUw6C5Xq8CgnI2fjv0=";
hash = "sha256-uyOJFtDvVn0Y3VypphOXsSW3pX5XVCcfQ7dtFiL/5qY=";
};
build-system = [ setuptools ];