Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.markdownify: 0.13.1 -> 0.14.1

+2 -2
+2 -2
pkgs/development/python-modules/markdownify/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "markdownify"; 15 - version = "0.13.1"; 15 + version = "0.14.1"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 21 21 owner = "matthewwithanm"; 22 22 repo = "python-markdownify"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-EqQ4DKIGaMNivw9cWCSP/Mh+1YxyTaHGPYRjGxPFOnA="; 24 + hash = "sha256-YJdR1wV72f9/tWQhuhGwScuRcE243fCP+wnYAzBOoV8="; 25 25 }; 26 26 27 27 build-system = [