Martin Weinelt
2025-05-23 08:37:30 -07:00
committed by Robert Schütz
parent ed4b103f2b
commit 69e90de3b2
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "markdownify";
version = "0.14.1";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "matthewwithanm";
repo = "python-markdownify";
tag = version;
hash = "sha256-YJdR1wV72f9/tWQhuhGwScuRcE243fCP+wnYAzBOoV8=";
hash = "sha256-eU0F3nc96q2U/3PGM/gnrRCmetIqutDugz6q+PIb8CU=";
};
build-system = [