python3Packages.mistune: 3.3.2 -> 3.3.3

https://github.com/lepture/mistune/blob/v3.3.3/docs/changes.rst
This commit is contained in:
Martin Weinelt
2026-07-13 02:22:02 +02:00
parent 6e0998bb4e
commit d0009d11b7

View File

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