python3Packages.mistune: 3.2.0 -> 3.2.1

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

Changelog: https://github.com/lepture/mistune/blob/v3.2.1/docs/changes.rst
(cherry picked from commit efdf5458bd)
(cherry picked from commit 70c873b54906f9d82f329a6f6e5679ca180e0933)
This commit is contained in:
Robert Schütz
2026-06-22 08:16:20 +02:00
committed by Vladimír Čunát
parent 46b00f0ee0
commit 88fbe351f2
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "mistune";
version = "3.2.0";
version = "3.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "lepture";
repo = "mistune";
tag = "v${version}";
hash = "sha256-rUEZNVuMT5+GsMakrkK6rshKSKtTTN72kK92AmQ8bl8=";
hash = "sha256-8AEEh/SWAk/Esq0jAoZGLw1FIQUw6C5Xq8CgnI2fjv0=";
};
build-system = [ setuptools ];