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
This commit is contained in:
Robert Schütz
2026-06-22 18:38:16 -07:00
parent efdf5458bd
commit b0983d5f06
@@ -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 ];