python312Packages.markdownify: 0.13.1 -> 0.14.1

This commit is contained in:
R. Ryantm 2024-11-29 00:24:47 +00:00
parent aa912dbb95
commit 913dffe34c

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "markdownify";
version = "0.13.1";
version = "0.14.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "matthewwithanm";
repo = "python-markdownify";
rev = "refs/tags/${version}";
hash = "sha256-EqQ4DKIGaMNivw9cWCSP/Mh+1YxyTaHGPYRjGxPFOnA=";
hash = "sha256-YJdR1wV72f9/tWQhuhGwScuRcE243fCP+wnYAzBOoV8=";
};
build-system = [