python310Packages.weasyprint: 59.0 -> 60.1

This commit is contained in:
R. Ryantm 2023-09-30 13:45:45 +00:00
parent 612035c45f
commit 2a7ce84125

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "weasyprint";
version = "59.0";
version = "60.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "weasyprint";
hash = "sha256-Ijp2Y2s3ROqkq4oohfUM9Gz467GsuZtSdtAv7M9QdJI=";
hash = "sha256-VrmBIoARg1ew9jse/hgZngg0PUpWozk8HUdauHjOomo=";
};
patches = [