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

python310Packages.weasyprint: 54.2 -> 54.3
This commit is contained in:
Fabian Affolter 2022-04-05 09:28:55 +02:00 committed by GitHub
commit f684b3f5af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "weasyprint";
version = "54.2";
version = "54.3";
disabled = !isPy3k;
format = "pyproject";
@ -35,7 +35,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "weasyprint";
sha256 = "sha256-1eiqguPiokd6RUPwZG2fsUCAybo0oIWXUesjdXzABGY=";
sha256 = "sha256-4E2gQGMFZsRMqiAgM/B/hYdl9TZwkEWoCXOfPQSOidY=";
};
patches = [