python3Packages.html2pdf4doc: 0.0.20 -> 0.0.21 (#439701)

This commit is contained in:
Wolfgang Walther
2025-09-13 20:25:48 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "html2pdf4doc";
version = "0.0.20";
version = "0.0.21";
pyproject = true;
src = fetchFromGitHub {
owner = "mettta";
repo = "html2pdf4doc_python";
tag = version;
hash = "sha256-VFNM66NbApB6qrmK5j0MaqkD4Riwzo7Cy6XjPW6/4lc=";
hash = "sha256-cYKbnMVsENA17VsNXjV/funmBPbbrwA6enpIxOZ2sbQ=";
};
build-system = [