Merge pull request #294341 from r-ryantm/auto-update/python311Packages.weasyprint

python311Packages.weasyprint: 61.1 -> 61.2
This commit is contained in:
Robert Scott
2024-03-21 21:35:25 +00:00
committed by GitHub
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "weasyprint";
version = "61.1";
version = "61.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "weasyprint";
hash = "sha256-fLyCTcQCbYKpc2Jkd1X4N90VeZlJY5zIpCjdM9OFAJo=";
hash = "sha256-R99s/u/4xsKM8uTK+DfN4XcV7+RicIradLqi6zkbYFk=";
};
patches = [