python3Packages.weasyprint: 64.1 -> 65.0

Changelog:
https://github.com/Kozea/WeasyPrint/releases/tag/v65.0
This commit is contained in:
Wolfgang Walther
2025-03-24 18:38:52 +01:00
parent 9f5c01a2ee
commit e2f48eb91e
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "weasyprint";
version = "64.1";
version = "65.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "weasyprint";
hash = "sha256-KLAvLGQJuvzhsSINnXanNFh1vTvQjE9t+/UQu5KpR1c=";
hash = "sha256-PGed6Wp8hxrgDwjNHncgDzPipJ014gnHIRWTJ1eN+Yg=";
};
patches = [
@@ -49,8 +49,6 @@ buildPythonPackage rec {
build-system = [ flit-core ];
pythonRelaxDeps = [ "tinycss2" ];
dependencies = [
cffi
cssselect2