Merge pull request #167268 from r-ryantm/auto-update/python310Packages.weasyprint
python310Packages.weasyprint: 54.2 -> 54.3
This commit is contained in:
commit
f684b3f5af
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user