python310Packages.weasyprint: 58.1 -> 59.0

This commit is contained in:
Rasmus Précenth
2023-05-22 13:04:12 +02:00
parent f69980a1f7
commit 1304d94d90
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "weasyprint";
version = "58.1";
version = "59.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "weasyprint";
hash = "sha256-YXMAnjE75lgH/vv3ioBRzrepN3bv2n67uIwT9XaXlPM=";
hash = "sha256-Ijp2Y2s3ROqkq4oohfUM9Gz467GsuZtSdtAv7M9QdJI=";
};
patches = [