From fae3885843d976369a5675518d303965aca44a40 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 27 Feb 2025 04:46:40 +0000 Subject: [PATCH] python312Packages.xhtml2pdf: 0.2.16 -> 0.2.17 --- pkgs/development/python-modules/xhtml2pdf/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;