diff --git a/pkgs/development/python-modules/xhtml2pdf/default.nix b/pkgs/development/python-modules/xhtml2pdf/default.nix
index 1e2726e9dcc9..7a7d14b79d1c 100644
--- a/pkgs/development/python-modules/xhtml2pdf/default.nix
+++ b/pkgs/development/python-modules/xhtml2pdf/default.nix
@@ -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;