3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #216784 from r-ryantm/auto-update/python310Packages.weasyprint

python310Packages.weasyprint: 57.2 -> 58.0
This commit is contained in:
Weijia Wang 2023-02-20 10:19:52 +02:00 committed by GitHub
commit 890d0c4734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "weasyprint";
version = "57.2";
version = "58.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "weasyprint";
hash = "sha256-uOnvLcvPvILpkhWs/Wj5R7K18ZmbWxVtt1+r44C6fpo=";
hash = "sha256-cPSCytjlPCw+rpz4avQS65NAWxash4G1GeozJtR1vW8=";
};
patches = [