python3Packages.markdownify: 1.2.0 -> 1.2.2 (#462465)

This commit is contained in:
dotlambda
2025-12-06 22:50:15 +00:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "markdownify";
version = "1.2.0";
version = "1.2.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "matthewwithanm";
repo = "python-markdownify";
tag = version;
hash = "sha256-/u9rjbHeBhiqzpudsv2bFSaFbme1zmCv8/jEflEDNkQ=";
hash = "sha256-r6nah7QavrMjIHd5hByhy90OoTDb2iIhFZ+YV0h61fU=";
};
build-system = [