python313Packages.mistune: 3.1.2 -> 3.1.3

https://github.com/lepture/mistune/blob/v3.1.3/docs/changes.rst
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:19 -07:00
committed by Robert Schütz
parent 245af4fad4
commit df01bab147
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "mistune";
version = "3.1.2";
version = "3.1.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "lepture";
repo = "mistune";
tag = "v${version}";
hash = "sha256-XvDp+X/+s6TsUC889qjTGzrde6s/BYoXUw2AblaATnI=";
hash = "sha256-aD+c41nuSmLUoYzK8adP0eLYRU0FihHEqG4e0b0GZ9k=";
};
dependencies = lib.optionals (pythonOlder "3.11") [