python3Packages.html2pdf4doc: 0.0.20 -> 0.0.21

This commit is contained in:
R. Ryantm
2025-09-02 19:51:56 +00:00
parent 47a166bd1a
commit d411fcf612
@@ -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 = [