python312Packages.xhtml2pdf: 0.2.16 -> 0.2.17 (#385472)

This commit is contained in:
Pol Dellaiera
2025-02-27 12:18:43 +01:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "xhtml2pdf";
version = "0.2.16";
version = "0.2.17";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "xhtml2pdf";
repo = "xhtml2pdf";
tag = "v${version}";
hash = "sha256-sva1Oqz4FsLz/www8IPVxol3D0hx5F5hQ0I/rSRP9sE=";
hash = "sha256-qp0JVp5efIrI98YT0rwFAMSEW+0aIhedfYGND4V7Mto=";
};
build-system = [
@@ -60,7 +60,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/xhtml2pdf/xhtml2pdf/releases/tag/v${version}";
changelog = "https://github.com/xhtml2pdf/xhtml2pdf/releases/tag/${src.tag}";
description = "PDF generator using HTML and CSS";
homepage = "https://github.com/xhtml2pdf/xhtml2pdf";
license = lib.licenses.asl20;