python312Packages.markdownify: 0.11.6 -> 0.12.1

This commit is contained in:
R. Ryantm 2024-03-27 02:11:14 +00:00
parent e80d1b6300
commit edaf27c25b
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "markdownify";
version = "0.11.6";
version = "0.12.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-AJskDgyfTI6vHQhWJdzUAR4S8PjOxV3t+epvdlXkm/4=";
hash = "sha256-H7CMYYsw4O56MaObmY9EoY+yirJU9V9K8GttNaIXnic=";
};
propagatedBuildInputs = [ beautifulsoup4 six ];