From 67cf02f006547d6578ac08ea7d2653c51b9e49e7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:07:57 +0200 Subject: [PATCH] python3Packages.xhtml2pdf: 0.2.15 -> 0.2.16 https://github.com/xhtml2pdf/xhtml2pdf/releases/tag/v0.2.16 --- pkgs/development/python-modules/xhtml2pdf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/xhtml2pdf/default.nix b/pkgs/development/python-modules/xhtml2pdf/default.nix index eeb1b6ce3373..73ac283ca349 100644 --- a/pkgs/development/python-modules/xhtml2pdf/default.nix +++ b/pkgs/development/python-modules/xhtml2pdf/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "xhtml2pdf"; - version = "0.2.15"; + version = "0.2.16"; pyproject = true; disabled = pythonOlder "3.8"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "xhtml2pdf"; repo = "xhtml2pdf"; rev = "refs/tags/v${version}"; - hash = "sha256-JXxh/n1kUsy3O4P/6WTfa5p+mYy/t4ZBUhlHp+ypoQc="; + hash = "sha256-sva1Oqz4FsLz/www8IPVxol3D0hx5F5hQ0I/rSRP9sE="; }; patches = [