python3Packages.weasyprint: 65.1 -> 66.0 (#429163)

Changed files
+3 -3
pkgs
development
python-modules
weasyprint
+3 -3
pkgs/development/python-modules/weasyprint/default.nix
···
buildPythonPackage rec {
pname = "weasyprint";
-
version = "65.1";
+
version = "66.0";
pyproject = true;
__darwinAllowLocalNetworking = true;
···
owner = "Kozea";
repo = "WeasyPrint";
tag = "v${version}";
-
hash = "sha256-iSeuRX1dnnrGZbcb1yTxOJPD5kgIWY6oz/0v02QJqSs=";
+
hash = "sha256-wmEDVEbikBpOQ5394IBPWQRjWZOLfMzEGxTtq4tt2Tw=";
};
patches = [
···
pythonImportsCheck = [ "weasyprint" ];
meta = {
-
changelog = "https://github.com/Kozea/WeasyPrint/releases/tag/v${version}";
+
changelog = "https://github.com/Kozea/WeasyPrint/releases/tag/${src.tag}";
description = "Converts web documents to PDF";
mainProgram = "weasyprint";
homepage = "https://weasyprint.org/";