python312Packages.weasyprint: 63.1 -> 64.1 (#380712)

This commit is contained in:
Weijia Wang
2025-03-09 13:58:27 +01:00
committed by GitHub
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "weasyprint";
version = "63.1";
version = "64.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "weasyprint";
hash = "sha256-y0JOY+jdPxQZW/5fIDUnZGqkCi8ArIGfnTm4MEzsAEQ=";
hash = "sha256-KLAvLGQJuvzhsSINnXanNFh1vTvQjE9t+/UQu5KpR1c=";
};
patches = [