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
This commit is contained in:
Robert Schütz 2026-05-03 11:17:29 -07:00
commit efdf5458bd

View file

@ -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 ];